Upgrade to nixos-21.11

This commit is contained in:
Fabian Hauser 2021-12-23 18:41:51 +01:00
parent 7dbbb277df
commit ea8f063600
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@
ack
unzip
unrar
perl530Packages.DigestSHA3
borgbackup
iotop
cabextract

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 = "21.05"; # Did you read the comment?
system.stateVersion = "21.11"; # Did you read the comment?
}