Add selfhosted services

This commit is contained in:
aloslider
2026-06-30 04:26:40 +03:00
parent f212c874b5
commit 13e407847f
78 changed files with 2346 additions and 690 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
networking = {
hostName = "homelab";
firewall = {
allowedTCPPorts = [ 22 80 443 6969 ];
allowedUDPPorts = [ 3478 ];
allowedTCPPorts = [ 22 80 443 2222 6969 ];
allowedUDPPorts = [ 3478 7359 ];
};
};