aboutsummaryrefslogtreecommitdiffstats
path: root/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'config.scm')
-rw-r--r--config.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.scm b/config.scm
index 194a4b2..9ec8de7 100644
--- a/config.scm
+++ b/config.scm
@@ -1,8 +1,6 @@
(add-to-load-path (dirname (current-filename)))
-(define hostname (gethostname))
-
-(system* "make" hostname)
+(system* "make" (gethostname))
(load-from-path "secrets.scm")
-(load-from-path (string-append "oni/home/config/" hostname ".scm"))
+(load-from-path (string-append "oni/home/config/" (gethostname) ".scm"))