Update to 20.09

This commit is contained in:
Valentin Brandl 2020-11-02 15:00:24 +01:00
parent d5c0c4ba89
commit 7ec14c8543

View File

@ -13,5 +13,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "20.03"; # Did you read the comment? system.stateVersion = "20.09"; # Did you read the comment?
} }