cachecache: enable only if enabled

This commit is contained in:
lassulus 2018-11-21 04:10:07 +01:00
parent 14a178d38d
commit 105a0b6515

View File

@ -91,7 +91,7 @@ in
}; };
}; };
config = { config = mkIf cfg.enable {
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];