same as the previous but for workstation

This commit is contained in:
2023-09-08 23:38:24 -06:00
parent 1afa685154
commit 807abf1122
4 changed files with 92 additions and 214 deletions

View File

@@ -252,4 +252,13 @@ in {
};
};
};
networking = {
firewall = let open_firewall_ports = [ config.services.paperless.port ];
in {
enable = true;
allowedTCPPorts = open_firewall_ports;
allowedUDPPorts = open_firewall_ports;
};
};
}