mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
netbird: add shadow to ssh login to function on NixOS (#520740)
This commit is contained in:
commit
5f61076787
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ in
|
|||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
path = optionals (!config.services.resolved.enable) [ pkgs.openresolv ];
|
||||
path = [ pkgs.shadow ] ++ optionals (!config.services.resolved.enable) [ pkgs.openresolv ];
|
||||
|
||||
serviceConfig = {
|
||||
ExecStart = "${getExe client.wrapper} service run";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue