From a84ae9372ed6e75f2803c9329e49435f08eed9cd Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 18 Feb 2024 16:47:54 +0100 Subject: [PATCH] hosts/minecraft-2,hosts/storage-2: Enable auto update --- hosts/minecraft-2/configuration.nix | 5 +++++ hosts/storage-2/configuration.nix | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/hosts/minecraft-2/configuration.nix b/hosts/minecraft-2/configuration.nix index 805e088..3a893b0 100644 --- a/hosts/minecraft-2/configuration.nix +++ b/hosts/minecraft-2/configuration.nix @@ -62,6 +62,11 @@ in { }; }; + clerie.nixfiles.system-auto-upgrade = { + allowReboot = true; + autoUpgrade = true; + }; + clerie.monitoring = { enable = true; id = "202"; diff --git a/hosts/storage-2/configuration.nix b/hosts/storage-2/configuration.nix index de08aad..4aaea5a 100644 --- a/hosts/storage-2/configuration.nix +++ b/hosts/storage-2/configuration.nix @@ -26,6 +26,11 @@ networking.firewall.allowedTCPPorts = [ 80 443 ]; + clerie.nixfiles.system-auto-upgrade = { + allowReboot = true; + autoUpgrade = true; + }; + clerie.monitoring = { enable = true; id = "209";