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

@ -364,7 +364,7 @@ in {
"browser.helperApps.deleteTempFileOnExit" = true; "browser.helperApps.deleteTempFileOnExit" = true;
"privacy.globalprivacycontrol.enabled" = true; "privacy.globalprivacycontrol.enabled" = true;
"privacy.globalprivacycontrol.functionality.enabled" = true; "privacy.globalprivacycontrol.functionality.enabled" = true;
#"webgl.disabled" = false; "webgl.disabled" = false;
}; };
in { in {
enable = true; enable = true;

View file

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