mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 23:11:57 +00:00
Rebase of homeserver changes onto new remote
This commit is contained in:
@@ -9,17 +9,26 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
1234 # temporary
|
||||
22 # SSH
|
||||
80 # Webpage
|
||||
3000 # Grafana
|
||||
3005 # Plex
|
||||
8080 # Caddy
|
||||
8081 # Nextcloud
|
||||
8096 # Jellyfin
|
||||
8324 # Plex
|
||||
8443 # Caddy
|
||||
32400 # Plex
|
||||
32469 # Plex
|
||||
11000 # Nextcloud
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
1234 # temporary
|
||||
1900 # Plex
|
||||
8080 # Caddy
|
||||
8081 # Nextcloud
|
||||
8443 # Caddy
|
||||
11000 # Nextcloud
|
||||
32410 # Plex
|
||||
32412 # Plex
|
||||
32413 # Plex
|
||||
|
||||
Reference in New Issue
Block a user