forked from DGNum/infrastructure
fix(krz01): open 80/443 for ACME
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