idek, random commit

This commit is contained in:
mtgmonkey
2025-12-11 19:40:50 +00:00
parent 6e30000ce5
commit 8e1895f1b1
6 changed files with 197 additions and 16 deletions

View File

@@ -12,8 +12,8 @@
networking.domain = "";
networking.firewall = {
enable = true;
allowedTCPPorts = [80 443 9418];
allowedUDPPorts = [80 443 9418];
allowedTCPPorts = [80 443 9418 25565];
allowedUDPPorts = [80 443 9418 25565];
};
boot.loader.grub.devices = ["nodev"];