fix statix
This commit is contained in:
parent
b397a78f8c
commit
52c58f4995
14 changed files with 106 additions and 101 deletions
|
@ -37,7 +37,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
networking.firewall = mkIf (cfg.openFirewall) {
|
||||
networking.firewall = mkIf cfg.openFirewall {
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue