added port forwards to services

This commit is contained in:
Leyla Becker 2025-01-03 13:23:06 -06:00
parent 6ab64fafe1
commit 12e1f8067b
3 changed files with 14 additions and 34 deletions

View file

@ -3,7 +3,9 @@
config,
inputs,
...
}: {
}: let
dnsPort = 53;
in {
options.host.pihole = {
enable = lib.mkEnableOption "should home-assistant be enabled on this computer";
directory = lib.mkOption {
@ -80,6 +82,9 @@
};
};
};
networking.firewall.allowedTCPPorts = [
dnsPort
];
}
(lib.mkIf config.host.impermanence.enable {
environment.persistence."/persist/system/root" = {