configuration.nix: Document the stateVersion more

wip/yesman
Graham Christensen 7 years ago
parent fb18203450
commit 8efb46b609
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C
  1. 7
      nixos/modules/installer/tools/nixos-generate-config.pl

@ -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

Loading…
Cancel
Save