Merge pull request #75753 from curiousleo/patch-1
lorri: add git to daemon path
This commit is contained in:
commit
fd762d186d
|
@ -32,7 +32,7 @@ in {
|
|||
description = "Lorri Daemon";
|
||||
requires = [ "lorri.socket" ];
|
||||
after = [ "lorri.socket" ];
|
||||
path = with pkgs; [ config.nix.package gnutar gzip ];
|
||||
path = with pkgs; [ config.nix.package git gnutar gzip ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.lorri}/bin/lorri daemon";
|
||||
PrivateTmp = true;
|
||||
|
|
Loading…
Reference in New Issue