service/blocky: fix config

This commit is contained in:
Felix Buehler 2023-06-04 21:08:37 +02:00
parent 0884576a60
commit 9ffa2e9111
3 changed files with 56 additions and 4 deletions

View file

@ -26,6 +26,10 @@ in
# passwordFile = secrets."dyndns/password".path;
# };
blocky = {
enable = true;
};
prowlarr = {
enable = true;
};