From 1ec9a5f07429c3f463d96ad8b9b115c0ca0f7f7a Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 11 May 2025 19:18:06 +0200 Subject: [PATCH] Enables autoUpdate for dnsc-air --- hosts/dnsc-air/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index c40ebd6..c7c8f54 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -53,7 +53,7 @@ enable = true; onActivation = { - autoUpdate = false; + autoUpdate = true; cleanup = "zap"; };