comment out gimp and bottles while they dont work; move open ports again; remove vscode copilot shite

This commit is contained in:
2024-12-30 22:31:09 +00:00
parent 2c947ed70c
commit d69647975d
5 changed files with 19 additions and 24 deletions

View File

@@ -181,8 +181,9 @@
# services.openssh.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ ];
networking.firewall.allowedUDPPorts = [ ];
# 443 Helldivers crashes internet otherwise
networking.firewall.allowedTCPPorts = [ 443 ];
networking.firewall.allowedUDPPorts = [ 443 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;