mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
tailscale: add su
to path (#344947)
This commit is contained in:
commit
a3f79b7d63
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue