fix: Disable autoUpgrade as it is not used and actually regresses the system constantly

This commit is contained in:
Tom Hubrecht 2024-06-16 10:12:28 +02:00
parent 544e12c33f
commit 6fd1884714

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = false;
flake = "git+https://git.newtype.fr/newtype/newtype-org-configurations"; flake = "git+https://git.newtype.fr/newtype/newtype-org-configurations";
flags = [ "--option" "accept-flake-config" "true" ]; flags = [ "--option" "accept-flake-config" "true" ];
}; };