forked from raito/shared-public-infra
fix: Disable autoUpgrade as it is not used and actually regresses the system constantly
This commit is contained in:
parent
544e12c33f
commit
6fd1884714
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue