fix(krz01): open 80/443 for ACME
All checks were successful
build configuration / build_and_cache_geo02 (push) Successful in 1m7s
build configuration / build_and_cache_geo01 (push) Successful in 1m13s
build configuration / build_and_cache_rescue01 (push) Successful in 1m17s
build configuration / build_and_cache_storage01 (push) Successful in 1m22s
build configuration / build_and_cache_compute01 (push) Successful in 1m33s
build configuration / build_and_cache_krz01 (push) Successful in 1m58s
lint / check (push) Successful in 25s
build configuration / build_and_cache_bridge01 (push) Successful in 1m4s
build configuration / build_and_cache_vault01 (push) Successful in 1m22s
build configuration / build_and_cache_web02 (push) Successful in 1m13s
build configuration / build_and_cache_web01 (push) Successful in 1m52s
All checks were successful
build configuration / build_and_cache_geo02 (push) Successful in 1m7s
build configuration / build_and_cache_geo01 (push) Successful in 1m13s
build configuration / build_and_cache_rescue01 (push) Successful in 1m17s
build configuration / build_and_cache_storage01 (push) Successful in 1m22s
build configuration / build_and_cache_compute01 (push) Successful in 1m33s
build configuration / build_and_cache_krz01 (push) Successful in 1m58s
lint / check (push) Successful in 25s
build configuration / build_and_cache_bridge01 (push) Successful in 1m4s
build configuration / build_and_cache_vault01 (push) Successful in 1m22s
build configuration / build_and_cache_web02 (push) Successful in 1m13s
build configuration / build_and_cache_web01 (push) Successful in 1m52s
Oopsie! Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
parent
12b20e6acf
commit
363f8d3c67
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ lib.extra.mkConfig {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
Loading…
Reference in a new issue