summaryrefslogtreecommitdiff
path: root/machines/109-199-104-83
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-01-02 18:37:27 +0100
committerandromeda <andromeda@lenovo>2026-01-02 18:37:27 +0100
commit6db05df6a78dcfc9e82113fdc217ac176ba295df (patch)
tree1861cbf2fc9ebeef5be6bac4a207a1b21a3c75b5 /machines/109-199-104-83
parent52a906919ddca7f55f9181691739b1c2b671e538 (diff)
add firewall xD
Diffstat (limited to 'machines/109-199-104-83')
-rw-r--r--machines/109-199-104-83/configuration.nix5
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;