From 9f77f2594c65acf94b9fd63db4c886eb49e90766 Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 5 Nov 2023 22:30:31 +0100 Subject: [PATCH] hosts/dn42-il-gw1,hosts/dn42-il-gw5,hosts/dn42-il-gw6,hosts/nonat: enable auto update --- hosts/dn42-il-gw1/configuration.nix | 5 +++++ hosts/dn42-il-gw5/configuration.nix | 5 +++++ hosts/dn42-il-gw6/configuration.nix | 5 +++++ hosts/nonat/configuration.nix | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/hosts/dn42-il-gw1/configuration.nix b/hosts/dn42-il-gw1/configuration.nix index dd694b5..ea58042 100644 --- a/hosts/dn42-il-gw1/configuration.nix +++ b/hosts/dn42-il-gw1/configuration.nix @@ -329,6 +329,11 @@ } ''; + clerie.nixfiles.system-auto-sync-to-hydra = { + enable = true; + allowReboot = true; + }; + clerie.monitoring = { enable = true; id = "301"; diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index d3f634b..360a858 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -163,6 +163,11 @@ } ''; + clerie.nixfiles.system-auto-sync-to-hydra = { + enable = true; + allowReboot = true; + }; + clerie.monitoring = { enable = true; id = "305"; diff --git a/hosts/dn42-il-gw6/configuration.nix b/hosts/dn42-il-gw6/configuration.nix index 1ec884c..46cfed0 100644 --- a/hosts/dn42-il-gw6/configuration.nix +++ b/hosts/dn42-il-gw6/configuration.nix @@ -163,6 +163,11 @@ } ''; + clerie.nixfiles.system-auto-sync-to-hydra = { + enable = true; + allowReboot = true; + }; + clerie.monitoring = { enable = true; id = "306"; diff --git a/hosts/nonat/configuration.nix b/hosts/nonat/configuration.nix index 2a291dd..3dde127 100644 --- a/hosts/nonat/configuration.nix +++ b/hosts/nonat/configuration.nix @@ -39,6 +39,11 @@ networking.firewall.allowedUDPPorts = []; + clerie.nixfiles.system-auto-sync-to-hydra = { + enable = true; + allowReboot = true; + }; + clerie.monitoring = { enable = true; id = "103";