mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 20:51:56 +02: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.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";
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user