forked from M-Labs/it-infra
afws_module: fix nix command
This commit is contained in:
parent
5354daf585
commit
5f1ff14380
|
@ -21,7 +21,7 @@ in
|
|||
Group = "afws";
|
||||
ExecStart = "${afws}/bin/afws_server";
|
||||
};
|
||||
path = [ pkgs.git ];
|
||||
path = [ pkgs.nix pkgs.git ];
|
||||
};
|
||||
|
||||
users.users.afws = {
|
||||
|
|
Loading…
Reference in New Issue