diff --git a/configuration.nix b/configuration.nix index c8dedb2..9930585 100644 --- a/configuration.nix +++ b/configuration.nix @@ -237,9 +237,10 @@ with pkgs; system.autoUpgrade = { enable = true; allowReboot = true; - flake = "git+https://git.psydnd.org/coolneng/zion#zion"; + flake = "/home/coolneng/system"; flags = [ - "--update-input agenix --update-input nixpkgs" + "--update-input" + "nixpkgs" "--commit-lock-file" ]; };