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:
parent
3b709761b5
commit
4a84b4af26
1 changed files with 1 additions and 5 deletions
|
@ -11,11 +11,7 @@ in {
|
|||
|
||||
networking = {
|
||||
hostName = "diogenes";
|
||||
firewall.allowedTCPPorts = [
|
||||
80 # http
|
||||
443 # https
|
||||
6698 # quassel
|
||||
];
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
# Use the TVL binary cache
|
||||
|
|
Loading…
Reference in a new issue