minidlna: if enable

This commit is contained in:
Motiejus Jakštys 2024-08-03 12:12:27 +03:00
parent 43337b2e0a
commit be8435eeb5
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ in
paths = lib.mkOption { type = listOf path; }; paths = lib.mkOption { type = listOf path; };
}; };
config = { config = lib.mkIf cfg.enable {
services.minidlna = { services.minidlna = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;