fix: add http schema to flake uri

main
LeRoyce Pearson 2023-12-31 22:34:41 -07:00
parent 2b5a0f18d9
commit 31b1594d67
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
# Enable automatic upgrades
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.flake = "127.0.0.1:3000/Twins/server-configuration.git";
system.autoUpgrade.flake = "http://127.0.0.1:3000/Twins/server-configuration.git";
# Enable automatic garbage collection
nix.gc = {