Merge pull request #28775 from grahamc/describe-stateVersion

Document the stateVersion more
This commit is contained in:
Graham Christensen 2017-08-31 06:47:09 -04:00 committed by GitHub
commit 8a11b0d7df

View File

@ -618,8 +618,11 @@ $bootLoaderConfig
# uid = 1000;
# };
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "${\(qw(@nixosRelease@))}";
# This value determines the NixOS release with which your system is to be
# 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