fix statix

This commit is contained in:
Vivian 2022-12-01 22:13:05 +01:00
parent dae1a5da92
commit a446437874
14 changed files with 106 additions and 101 deletions

View file

@ -37,7 +37,7 @@ in
};
config = mkIf cfg.enable {
networking.firewall = mkIf (cfg.openFirewall) {
networking.firewall = mkIf cfg.openFirewall {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};