fix(krz01): open 80/443 for ACME

Oopsie!

Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
This commit is contained in:
Ryan Lahfa 2024-10-10 17:20:17 +02:00
parent 12b20e6acf
commit 363f8d3c67

View file

@ -82,6 +82,11 @@ lib.extra.mkConfig {
};
};
};
networking.firewall.allowedTCPPorts = [
80
443
];
};
root = ./.;