Migrate to 21.05 on federispitz

This commit is contained in:
Fabian Hauser 2021-06-06 14:26:02 +02:00
parent 58987f6eee
commit f7f7148713
8 changed files with 28 additions and 18 deletions

View file

@ -37,6 +37,6 @@
# 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 = "20.09"; # Did you read the comment?
system.stateVersion = "21.05"; # Did you read the comment?
}