aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux/rivendell.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-10 19:05:45 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-10 19:05:45 -0800
commit5b47695eb1447f52dc3c4d90440e71ff82c3d7aa (patch)
tree7af78281b71c623735ff56da1b6f263010239ea1 /machines/nixos/x86_64-linux/rivendell.nix
parentconfigure cgit (diff)
downloadinfra-5b47695eb1447f52dc3c4d90440e71ff82c3d7aa.tar.gz
configure the reverse proxy for cgit
Diffstat (limited to '')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index 8e47108..e2f03b4 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -63,6 +63,7 @@
};
};
+ networking.firewall.trustedInterfaces = [ "wg0" ];
networking.firewall.allowedUDPPorts = [ 51871 ];
home-manager = {