diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Devalloc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Devalloc.nix b/Biz/Devalloc.nix index b1cf0cd..f994892 100644 --- a/Biz/Devalloc.nix +++ b/Biz/Devalloc.nix @@ -26,7 +26,7 @@ in }; config = lib.mkIf cfg.enable { systemd.services.devalloc = { - path = [ cfg.package ]; + path = [ cfg.package pkgs.git ]; wantedBy = [ "multi-user.target" ]; script = '' ${cfg.package}/bin/devalloc |