diff --git a/configuration.nix b/configuration.nix index 8a9d801..edafb12 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,6 +55,7 @@ environment.systemPackages = with pkgs; [ helix wget + git ]; # List services that you want to enable: @@ -211,7 +212,7 @@ # Enable automatic upgrades system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true; - system.autoUpgrade.flake = "http://127.0.0.1:3000/Twins/server-configuration.git"; + system.autoUpgrade.flake = "git+http://127.0.0.1:3000/Twins/server-configuration.git"; # Enable automatic garbage collection nix.gc = {