1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-07 22:23:07 +00:00
This commit is contained in:
Rae 5e 2025-03-07 23:38:29 -05:00
parent 747ee75ecd
commit 50e9bafbf0
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
8 changed files with 34 additions and 134 deletions

View file

@ -37,6 +37,7 @@ in with lib; {
networking.firewall = mkIf cfg.openFirewall {
allowedTCPPorts = [ 53 cfg.listenPortHTTP cfg.listenPortHTTPS ];
allowedUDPPorts = [ 53 67 ];
};
}
]);