valkyrie: Add tailscale0 to trusted interfaces
This commit is contained in:
parent
b166249fdd
commit
a4426075ff
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
||||||
privileged = true;
|
privileged = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||||
|
|
||||||
security.sudo.execWheelOnly = true;
|
security.sudo.execWheelOnly = true;
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue