1
0

Use NixOS 21.05

This commit is contained in:
2021-11-06 09:27:55 +00:00
parent a0db96d3e1
commit 18aafbf3a4

View File

@ -3,7 +3,7 @@ let
secrets = import ./secrets.nix;
hostname = "mail-dumpstack-io";
domain = "dumpstack.io";
branch = "20.09";
branch = "21.05";
in {
imports = [
./hardware-configuration.nix
@ -56,7 +56,7 @@ in {
};
# read release notes carefully before changing it
system.stateVersion = "20.09";
system.stateVersion = "21.05";
nix = {
optimise.automatic = true;