define auth-dns.noc.eh22.intern system

This commit is contained in:
lilly 2025-02-10 18:39:51 +01:00
parent 310b572459
commit 5240a744a6
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
...
}:
{
imports = [ ];
# DO NOT CHANGE
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
home-manager.users.noc.home.stateVersion = "24.11";
system.stateVersion = "24.11";
}

View file

@ -38,6 +38,7 @@ let
in
{
# prod hosts
"auth-dns.noc.eh22.intern" = mkSystem "x86_64-linux" "auth-dns.noc.eh22.intern";
# misc hosts
"test.eh22.intern" = mkSystem "x86_64-linux" "test.eh22.intern";