mimir: Add tailscale0 to trusted interfaces
This commit is contained in:
parent
952c9a796c
commit
b166249fdd
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
trustedInterfaces = [ "lo" ];
|
trustedInterfaces = [ "lo" "tailscale0" ];
|
||||||
|
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
# Horus System V2
|
# Horus System V2
|
||||||
|
|
Loading…
Reference in a new issue