aboutsummaryrefslogtreecommitdiffstats
path: root/config.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-09-10 23:28:18 -0700
committerGravatar Tom Willemse2026-09-12 01:00:38 -0700
commit0dfee119e46b248ab37c5a93d6b8e850a574a6f3 (patch)
tree44158fca38796ac81197a7c1a7a21fcd942263a1 /config.scm
parentb33e531eac8c10116c8396942fe28ffbfc6db35e (diff)
downloadnew-dotfiles-0dfee119e46b248ab37c5a93d6b8e850a574a6f3.tar.gz
new-dotfiles-0dfee119e46b248ab37c5a93d6b8e850a574a6f3.zip
Tangle init.org before configuring guix on rincewind
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"))