feat: open firewall as we now also host minecraft (wooo!)

This commit is contained in:
Ahwx 2025-07-26 23:18:57 +02:00
parent c5184d62da
commit 2f23a9f717

View file

@ -33,6 +33,14 @@
xserver.videoDrivers = [ "nvidia" ];
};
networking.firewall = {
allowedTCPPorts = [
80
443
25565
];
};
liv.nvidia.enable = true;
boot = {