mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix stateVersion defaults
This commit is contained in:
parent
ff50297c44
commit
a8dd19bba2
@ -135,7 +135,7 @@
|
|||||||
inherit username;
|
inherit username;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
homeDirectory = "/home/${username}";
|
homeDirectory = "/home/${username}";
|
||||||
stateVersion = "21.05";
|
stateVersion = extended-lib.mkDefault "21.05";
|
||||||
});
|
});
|
||||||
|
|
||||||
outputsBuilder = channels: {
|
outputsBuilder = channels: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user