From 748a3ba0bab3f7970e94c1870dd398e4a8dce349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 30 Mar 2024 16:31:48 -0300 Subject: [PATCH] phantom: disable auto reboots since it's a container --- hosts/phantom/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/phantom/default.nix b/hosts/phantom/default.nix index b56ff10..47b8757 100644 --- a/hosts/phantom/default.nix +++ b/hosts/phantom/default.nix @@ -30,7 +30,6 @@ system.autoUpgrade = { enable = true; dates = "04:40"; - allowReboot = true; operation = "switch"; flags = [ "--update-input" "nixpkgs" "--no-write-lock-file" "-L" ]; flake = "github:lelgenio/nixos-config#phantom";