I give up. Enable webgl.

This commit is contained in:
Jimbo 2024-09-08 09:31:28 -04:00
parent 2ca4181f1f
commit 06e7887a92
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
# Open HTTP and HTTPs ports
networking.firewall = {
allowedTCPPorts = [
80 443 # Nginx
80 443
];
};
}