git on path

This commit is contained in:
UGA Innovation Factory
2025-12-16 16:10:49 -05:00
parent 7e7e0f9676
commit d04fc7c1a4

View File

@@ -60,6 +60,11 @@ with lib;
systemd.services.update-system = {
enable = true;
description = "System daemon to one-shot run the Nix updater from fleet flake as root";
path = with pkgs; [
git
nixos-rebuild
nix
];
serviceConfig = {
Type = "oneshot";
ExecStart =