define auth-dns.noc.eh22.intern system
This commit is contained in:
parent
310b572459
commit
5240a744a6
2 changed files with 12 additions and 0 deletions
11
systems/auth-dns.noc.eh22.intern.nix
Normal file
11
systems/auth-dns.noc.eh22.intern.nix
Normal 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";
|
||||
}
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue