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

@@ -44,11 +44,4 @@
"worble" = import ./home-manager/home.nix;
};
};
# Open ports in the firewall.
# 443 Helldivers crashes internet otherwise
# 1900 UPNP discovery
# 5001 Universal Media Server
networking.firewall.allowedTCPPorts = [ 443 1900 5001 ];
networking.firewall.allowedUDPPorts = [ 443 1900 ];
}