update 2020.3

This commit is contained in:
stubbfel
2020-05-24 17:18:09 +02:00
parent 8becdbf468
commit e5335939c5
9 changed files with 59 additions and 12 deletions

View File

@@ -29,6 +29,12 @@
# should.
system = {
stateVersion = "17.09"; # Did you read the comment?
autoUpgrade.enable = true;
autoUpgrade = {
enable = true;
allowReboot = true;
};
};
security.acme.email = "stubbfel@posteo.de";
security.acme.acceptTerms = true;
}