keylime: default that stateVersion!
This commit is contained in:
parent
0a1d80d7e1
commit
b39916a58a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
../users/noe.nix
|
../users/noe.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = lib.version;
|
system.stateVersion = lib.mkDefault lib.version;
|
||||||
|
|
||||||
users.users.root.hashedPassword = "$y$j9T$kWYIRHrwP1uXV.l4vTJ67/$VGkvX09rzebYPWRI5vk0Z/IDo434bBaIqUutWp4l0L2";
|
users.users.root.hashedPassword = "$y$j9T$kWYIRHrwP1uXV.l4vTJ67/$VGkvX09rzebYPWRI5vk0Z/IDo434bBaIqUutWp4l0L2";
|
||||||
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;
|
users.users.root.openssh.authorizedKeys.keys = import ../users/noe-keys.nix;
|
||||||
|
|
Loading…
Add table
Reference in a new issue