system/tailscale: fix syntax
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
75f9cc9d2b
commit
b705a21478
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
age.secrets.tailscale_auth.file = ../../secrets/tailscale_auth.age;
|
age.secrets.tailscale_auth.file = ../../secrets/tailscale_auth.age;
|
||||||
me.binds."/var/lib/tailscale" = "tailscale";
|
me.binds."/var/lib/tailscale" = "tailscale";
|
||||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||||
networking.firewall.allowedUdpPorts = lib.mkIf config.me.environment == "headless" [ 123 ];
|
networking.firewall.allowedUDPPorts = lib.mkIf (config.me.environment == "headless") [ 123 ];
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue