add firewall xD

This commit is contained in:
andromeda
2026-01-02 18:37:27 +01:00
parent 52a906919d
commit 6db05df6a7

View File

@@ -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;