mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-25 01:33:34 +01:00
set stateVersion for all systems
This commit is contained in:
parent
3d8ddfad86
commit
1efd89b85d
@ -5,5 +5,6 @@ in {
|
||||
self.nixosModules.nixos-wiki
|
||||
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";
|
||||
}
|
||||
|
@ -5,5 +5,6 @@ in {
|
||||
self.nixosModules.nixos-wiki
|
||||
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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user