diff --git a/modules/auto-update/default.nix b/modules/auto-update/default.nix index 8a8f346..18caf90 100644 --- a/modules/auto-update/default.nix +++ b/modules/auto-update/default.nix @@ -4,9 +4,7 @@ system.autoUpgrade = { enable = true; randomizedDelaySec = "30min"; - flake = "git+https://codeberg.org/jopejoe1/nix-conf"; + flake = "git+https://codeberg.org/jopejoe1/nix-conf.git"; dates = "hourly"; }; } - -