guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 8fade9a31179f190ce2ab2f91ab934ee6a6668df
parent dd0e62c8e62a5fa38a13ee87bf4294218bdabbd1
Author: Vineet Kumar <git@vineetk.net>
Date:   Sat, 31 Jan 2026 20:11:08 -0500

minor stuff

Diffstat:
Mepistemia/deploy.scm | 3+--
Mepistemia/secrets/rekey.scm | 5+++--
Mepistemia/systems/demiurge.scm | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/epistemia/deploy.scm b/epistemia/deploy.scm @@ -2,8 +2,7 @@ (operating-system (load "systems/saklas.scm")) (environment managed-host-environment-type) (configuration (machine-ssh-configuration - ;; (host-name "saklas") - (host-name "162.55.242.220") + (host-name "saklas.epistemia") (system "x86_64-linux") (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILisyUFXdEQHKE42FavKbHHJQJpQAuzbfkmjHrBqZtW2") (identity "/data/ssh/id_ed25519") diff --git a/epistemia/secrets/rekey.scm b/epistemia/secrets/rekey.scm @@ -1,8 +1,9 @@ #!/run/current-system/profile/bin/guile --no-auto-compile !# -(use-modules (ice-9 format) - (ice-9 match)) +(define-module (epistemia secrets rekey) + #:use-module (ice-9 format) + #:use-module (ice-9 match)) (define age-id "/data/ssh/id_ed25519") (define age-pub "/data/ssh/id_ed25519.pub") diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm @@ -46,7 +46,7 @@ (operating-system (inherit base-system) - (host-name "demiurge") + (host-name "demiurge.epistemia") (users (cons (user-account (name "vin")