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 = {
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue