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;