Compare commits

...

1 commit

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