mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tailscale: add su
to path (#344947)
This commit is contained in:
commit
a3f79b7d63
@ -117,6 +117,7 @@ in {
|
||||
systemd.services.tailscaled = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [
|
||||
(builtins.dirOf config.security.wrapperDir) # for `su` to use taildrive with correct access rights
|
||||
pkgs.procps # for collecting running services (opt-in feature)
|
||||
pkgs.getent # for `getent` to look up user shells
|
||||
pkgs.kmod # required to pass tailscale's v6nat check
|
||||
|
Loading…
Reference in New Issue
Block a user