nix flake update; gitea runner

This commit is contained in:
2025-03-09 16:27:22 -05:00
parent cff684720f
commit 041bba5aeb
4 changed files with 38 additions and 17 deletions

View File

@ -2,7 +2,7 @@
networking = {
hostName = "eve-psr-nix0";
firewall = {
allowedTCPPorts = [ 22 80 443 23231 23232 23233 ];
allowedTCPPorts = [ 22 80 443 5000 23231 23232 23233 ];
allowedUDPPorts = [ 53 51820 ];
trustedInterfaces = [ "tun0" ];
};