update firewall

This commit is contained in:
KoenDR06 2025-04-15 15:16:31 +02:00
parent c7a8bb9065
commit 77bb2b5084

View file

@ -14,7 +14,10 @@
horseman.username = "horseman";
networking.hostName = "solis";
networking = {
hostName = "solis";
firewall.allowedTCPPorts = [80 443];
};
system.stateVersion = "24.11";
}