From 3f4b86a2b880e63760b9c55446cf6d5f6350b757 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 14 Jan 2025 21:04:28 +0200 Subject: guix: Update modules for new hostnames. --- guix/system-create.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix/system-create.scm') diff --git a/guix/system-create.scm b/guix/system-create.scm index 212a7a7..6102105 100644 --- a/guix/system-create.scm +++ b/guix/system-create.scm @@ -81,7 +81,7 @@ (service block-facebook-hosts-service-type) (simple-service 'add-extra-hosts hosts-service-type - (list (host "192.168.0.100" "zeus" + (list (host "192.168.0.100" "constantine" '()) (host "192.168.0.101" "uranus" '()))) @@ -130,8 +130,8 @@ (cpu-boost-on-ac? #t) (wifi-pwr-on-bat? #t)))) - ;; Services specifics for zeus - (if (string= hostname "zeus") + ;; Services specifics for constantine + (if (string= hostname "constantine") (list (service oci-container-service-type (list -- cgit v1.2.3