feat(wpcarro/diogenes): Disable firewall 🔥

Rely on GCP's VPC configuration, which dedupes my configuration efforts.

Change-Id: Iab0751b2a73a4f41a82b2968ba6aa9ff73bf6ccc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4691
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-26 22:46:39 -04:00 committed by clbot
parent 3b709761b5
commit 4a84b4af26

View file

@ -11,11 +11,7 @@ in {
networking = { networking = {
hostName = "diogenes"; hostName = "diogenes";
firewall.allowedTCPPorts = [ firewall.enable = false;
80 # http
443 # https
6698 # quassel
];
}; };
# Use the TVL binary cache # Use the TVL binary cache