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

Open
tom-hubrecht wants to merge 1 commit from disable-autoUpgrade into main

View file

@ -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" ];
};