1
0
Fork 0

hosts/minecraft-2,hosts/storage-2: Enable auto update

This commit is contained in:
clerie 2024-02-18 16:47:54 +01:00
parent 1efe5aebca
commit a84ae9372e
2 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,11 @@ in {
};
};
clerie.nixfiles.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};
clerie.monitoring = {
enable = true;
id = "202";

View File

@ -26,6 +26,11 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
clerie.nixfiles.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};
clerie.monitoring = {
enable = true;
id = "209";