From 0dfee119e46b248ab37c5a93d6b8e850a574a6f3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 10 Sep 2026 23:28:18 -0700 Subject: Tangle init.org before configuring guix on rincewind --- config.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config.scm') 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")) -- cgit v1.3-2-g0d8e