hosts/minecraft-2,hosts/storage-2: Enable auto update
This commit is contained in:
parent
1efe5aebca
commit
a84ae9372e
@ -62,6 +62,11 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
clerie.nixfiles.system-auto-upgrade = {
|
||||||
|
allowReboot = true;
|
||||||
|
autoUpgrade = true;
|
||||||
|
};
|
||||||
|
|
||||||
clerie.monitoring = {
|
clerie.monitoring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
id = "202";
|
id = "202";
|
||||||
|
@ -26,6 +26,11 @@
|
|||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
clerie.nixfiles.system-auto-upgrade = {
|
||||||
|
allowReboot = true;
|
||||||
|
autoUpgrade = true;
|
||||||
|
};
|
||||||
|
|
||||||
clerie.monitoring = {
|
clerie.monitoring = {
|
||||||
enable = true;
|
enable = true;
|
||||||
id = "209";
|
id = "209";
|
||||||
|
Loading…
Reference in New Issue
Block a user