Compare commits

...

1 commit

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