gitea: Add tailscale interface to trusted interfaces
This commit is contained in:
parent
7fb1b7beb7
commit
cd730eaf5c
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
||||||
# nameservers = [ "10.0.0.254" ];
|
# nameservers = [ "10.0.0.254" ];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
|
};
|
||||||
|
|
||||||
proxmoxLXC = {
|
proxmoxLXC = {
|
||||||
privileged = true;
|
privileged = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue