diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 18:37:27 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 18:37:27 +0100 |
| commit | 6db05df6a78dcfc9e82113fdc217ac176ba295df (patch) | |
| tree | 1861cbf2fc9ebeef5be6bac4a207a1b21a3c75b5 | |
| parent | 52a906919ddca7f55f9181691739b1c2b671e538 (diff) | |
add firewall xD
| -rw-r--r-- | machines/109-199-104-83/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index f8484f5..7e170ee 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -100,6 +100,11 @@ usePredictableInterfaceNames = true; hostName = machine.hostname; domain = "galaxious.de"; + firewall = { + enable = true; + allowedTCPPorts = [80 443]; + allowedUDPPorts = [80 443]; + }; }; systemd.network = { enable = true; |
