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