diff options
author | Thanos Apollo <[email protected]> | 2025-01-14 21:04:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2025-01-14 21:05:04 +0200 |
commit | 3f4b86a2b880e63760b9c55446cf6d5f6350b757 (patch) | |
tree | 5125985ff6699aa05a5c6cda2ff2d8e0bc9185b3 /guix/system-create.scm | |
parent | 51b8c8382f1e64961e24a629f0ead813161f3853 (diff) |
guix: Update modules for new hostnames.
Diffstat (limited to 'guix/system-create.scm')
-rw-r--r-- | guix/system-create.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |