git on path
This commit is contained in:
@@ -60,6 +60,11 @@ with lib;
|
|||||||
systemd.services.update-system = {
|
systemd.services.update-system = {
|
||||||
enable = true;
|
enable = true;
|
||||||
description = "System daemon to one-shot run the Nix updater from fleet flake as root";
|
description = "System daemon to one-shot run the Nix updater from fleet flake as root";
|
||||||
|
path = with pkgs; [
|
||||||
|
git
|
||||||
|
nixos-rebuild
|
||||||
|
nix
|
||||||
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart =
|
ExecStart =
|
||||||
|
|||||||
Reference in New Issue
Block a user