Add selfhosted services
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
"bbr.nix"
|
||||
"endlessh.nix"
|
||||
"fail2ban.nix"
|
||||
"fonts.nix"
|
||||
"openssh.nix"
|
||||
"selfhosted"
|
||||
])
|
||||
))
|
||||
];
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
networking = {
|
||||
hostName = "homelab";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 22 80 443 6969 ];
|
||||
allowedUDPPorts = [ 3478 ];
|
||||
allowedTCPPorts = [ 22 80 443 2222 6969 ];
|
||||
allowedUDPPorts = [ 3478 7359 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user