gitea: Add tailscale interface to trusted interfaces

This commit is contained in:
Erwin Boskma 2023-09-07 08:44:11 +02:00
parent 7fb1b7beb7
commit cd730eaf5c
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -45,6 +45,10 @@
# nameservers = [ "10.0.0.254" ]; # nameservers = [ "10.0.0.254" ];
# }; # };
networking.firewall = {
trustedInterfaces = [ "tailscale0" ];
};
proxmoxLXC = { proxmoxLXC = {
privileged = true; privileged = true;
}; };