examples/configuration.nix: use system.stateVersion
comment from NixOS 22.05
This commit is contained in:
parent
2ae2eea54e
commit
7261813051
@ -270,10 +270,12 @@
|
|||||||
# FIXME: Add custom options (like boot options, output of
|
# FIXME: Add custom options (like boot options, output of
|
||||||
# nixos-generate-config, etc.):
|
# nixos-generate-config, etc.):
|
||||||
|
|
||||||
# This value determines the NixOS release with which your system is to be
|
# This value determines the NixOS release from which the default
|
||||||
# compatible, in order to avoid breaking some software such as database
|
# settings for stateful data, like file locations and database versions
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# on your system were taken. It's perfectly fine and recommended to leave
|
||||||
# should.
|
# this value at the release version of the first install of this system.
|
||||||
|
# Before changing this value read the documentation for this option
|
||||||
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "22.05"; # Did you read the comment?
|
system.stateVersion = "22.05"; # Did you read the comment?
|
||||||
|
|
||||||
# The nix-bitcoin release version that your config is compatible with.
|
# The nix-bitcoin release version that your config is compatible with.
|
||||||
|
Loading…
Reference in New Issue
Block a user