rename vault-arm to vault

This commit is contained in:
chaos 2023-09-20 17:00:20 +01:00
parent e06f108f1b
commit f6250a6951
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -4,10 +4,6 @@ rec {
ipv6 = "2a01:4f9:c010:8beb::1"; ipv6 = "2a01:4f9:c010:8beb::1";
}; };
"vault" = { "vault" = {
ipv4 = "65.21.145.62";
ipv6 = "2a01:4f9:c010:6a89::1";
};
"vault-arm" = {
ipv4 = "65.21.0.145"; ipv4 = "65.21.0.145";
ipv6 = "2a01:4f9:c012:9b6b::1"; ipv6 = "2a01:4f9:c012:9b6b::1";
}; };

View file

@ -17,7 +17,7 @@
restic restic
]); ]);
networking.hostName = "vault-arm"; networking.hostName = "vault";
home-manager.users.root.home.stateVersion = "23.05"; home-manager.users.root.home.stateVersion = "23.05";
system.stateVersion = "23.05"; system.stateVersion = "23.05";