set stateVersion for all systems

This commit is contained in:
Jörg Thalheim 2023-05-14 20:41:32 +02:00
parent 3d8ddfad86
commit 1efd89b85d
2 changed files with 4 additions and 2 deletions

View File

@ -5,5 +5,6 @@ in {
self.nixosModules.nixos-wiki self.nixosModules.nixos-wiki
self.nixosModules.hcloud self.nixosModules.hcloud
]; ];
config.users.users.root.openssh.authorizedKeys.keys = nixosVars.ssh_keys; users.users.root.openssh.authorizedKeys.keys = nixosVars.ssh_keys;
system.stateVersion = "23.05";
} }

View File

@ -5,5 +5,6 @@ in {
self.nixosModules.nixos-wiki self.nixosModules.nixos-wiki
self.nixosModules.hcloud self.nixosModules.hcloud
]; ];
config.users.users.root.openssh.authorizedKeys.keys = nixosVars.ssh_keys; users.users.root.openssh.authorizedKeys.keys = nixosVars.ssh_keys;
system.stateVersion = "23.05";
} }