From b20dc93d478b1c7748fee20420aa528e8e70a0cd Mon Sep 17 00:00:00 2001 From: Kabbone Date: Wed, 29 May 2024 10:01:06 +0200 Subject: [PATCH] hosts: desktops: disable auto upgrade --- hosts/configuration_desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration_desktop.nix b/hosts/configuration_desktop.nix index f69f3c1..4c665b8 100644 --- a/hosts/configuration_desktop.nix +++ b/hosts/configuration_desktop.nix @@ -185,7 +185,7 @@ system = { # NixOS settings autoUpgrade = { # Allow auto update - enable = true; + enable = false; flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; randomizedDelaySec = "5m"; allowReboot = true;