mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
Unfuck tailscale post incus
This commit is contained in:
parent
a9c844e704
commit
9b2db0501f
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ in
|
|||
|
||||
services.openssh.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
# tailscaled installs its rules via iptables-nft, which live in a different
|
||||
# table from the nftables firewall that incus requires. Adding tailscale0 here
|
||||
# gets it into the nftables trusted-interfaces set too.
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue