configuration.nix: Document the stateVersion more
This commit is contained in:
parent
fb18203450
commit
8efb46b609
@ -618,8 +618,11 @@ $bootLoaderConfig
|
|||||||
# uid = 1000;
|
# uid = 1000;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# The NixOS release to be compatible with for stateful data such as databases.
|
# This value determines the NixOS release with which your system is to be
|
||||||
system.stateVersion = "${\(qw(@nixosRelease@))}";
|
# compatible, in order to avoid breaking some software such as database
|
||||||
|
# servers. You should change this only after NixOS release notes say you
|
||||||
|
# should.
|
||||||
|
system.stateVersion = "${\(qw(@nixosRelease@))}"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user