diff options
author | Efraim Flashner | 2019-12-22 01:40:10 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-22 01:40:10 -0600 |
commit | 9c2a115f0599d32ed14821720dbfba5bbf9752de (patch) | |
tree | bf5db913dfc305d5792f341aaad6f2d887284754 /gn/deploy | |
parent | adbf2a07ea0274f718b60ef5ba3a7786360552d1 (diff) | |
download | guix-bioinformatics-9c2a115f0599d32ed14821720dbfba5bbf9752de.tar.gz |
add header to myserver.scm
Diffstat (limited to 'gn/deploy')
-rw-r--r-- | gn/deploy/machines/myserver.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/deploy/machines/myserver.scm b/gn/deploy/machines/myserver.scm index 9a9923d..8661bc2 100644 --- a/gn/deploy/machines/myserver.scm +++ b/gn/deploy/machines/myserver.scm @@ -1,5 +1,6 @@ ;; This is an operating system configuration template ;; for a "bare bones" setup, with no X11 display server. +(define-module (gn deploy machines myserver)) (use-modules (gnu) (gnu packages web)) |