netbird: add shadow to ssh login to function on NixOS (#520740)

This commit is contained in:
K900 2026-05-24 07:52:02 +00:00 committed by GitHub
commit 5f61076787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";