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