From 3c497e4d505b38662640ad0142dbdaee4c3c2e91 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Tue, 5 Dec 2023 16:19:23 +0000 Subject: [PATCH] web : ADD : Automatic upgrades --- hosts/web/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/web/configuration.nix b/hosts/web/configuration.nix index 4ec5bbc..47ecbe5 100644 --- a/hosts/web/configuration.nix +++ b/hosts/web/configuration.nix @@ -26,5 +26,7 @@ KbdInteractiveAuthentication = false; }; }; + system.autoUpgrade.enable = true; + system.autoUpgrade.allowReboot = true; }