From b084655db4a92263b3c213c7f74aa883fc912790 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 14 Aug 2023 17:39:06 +0200 Subject: [PATCH] forgot to add .git add the end --- modules/auto-update/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; }; } - -