hosts: nixos: porthos: services: disable lidarr
This commit is contained in:
parent
3b3e7093be
commit
f8a0eef4dd
|
@ -116,7 +116,13 @@ in
|
|||
secretKeyFile = secrets."paperless/secret-key".path;
|
||||
};
|
||||
# The whole *arr software suite
|
||||
pirate.enable = true;
|
||||
pirate = {
|
||||
enable = true;
|
||||
# ... But not Lidarr because I don't care for music that much
|
||||
lidarr = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
# Podcast automatic downloader
|
||||
podgrab = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue