afws_module: fix nix command

force-ssl-main-website
Sebastien Bourdeauducq 2022-05-26 13:05:34 +08:00
parent 5354daf585
commit 5f1ff14380
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in
Group = "afws"; Group = "afws";
ExecStart = "${afws}/bin/afws_server"; ExecStart = "${afws}/bin/afws_server";
}; };
path = [ pkgs.git ]; path = [ pkgs.nix pkgs.git ];
}; };
users.users.afws = { users.users.afws = {