Add NixOS host modules and runners
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
53
|
||||
80
|
||||
443
|
||||
784
|
||||
853
|
||||
3001
|
||||
22 # SSH
|
||||
53 # DNS (AdGuard)
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
784 # DNS-over-QUIC
|
||||
853 # DNS-over-TLS
|
||||
3001 # Uptime Kuma
|
||||
3015
|
||||
4438
|
||||
5443
|
||||
@@ -16,10 +16,10 @@
|
||||
10380
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
53
|
||||
443
|
||||
784
|
||||
9993
|
||||
53 # DNS
|
||||
443 # QUIC
|
||||
784 # DNS-over-QUIC
|
||||
9993 # ZeroTier
|
||||
5443
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user