fix: add git as a system package and use `git+http` scheme

main
LeRoyce Pearson 2023-12-31 22:38:08 -07:00
parent 31b1594d67
commit 292ba5e4be
1 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
helix helix
wget wget
git
]; ];
# List services that you want to enable: # List services that you want to enable:
@ -211,7 +212,7 @@
# Enable automatic upgrades # Enable automatic upgrades
system.autoUpgrade.enable = true; system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = 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 # Enable automatic garbage collection
nix.gc = { nix.gc = {