Add NixOS host modules and runners

This commit is contained in:
Dmitry
2026-05-29 22:11:41 +03:00
parent 86fb248d85
commit e715d577b1
11 changed files with 144 additions and 61 deletions
+11 -11
View File
@@ -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
];
};