diff --git a/modules/auto-upgrade.nix b/modules/auto-upgrade.nix index 399b5e2..3fc5ebd 100644 --- a/modules/auto-upgrade.nix +++ b/modules/auto-upgrade.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { system.autoUpgrade = { - enable = true; + enable = false; flake = "git+https://git.newtype.fr/newtype/newtype-org-configurations"; flags = [ "--option" "accept-flake-config" "true" ]; };