machines: porthos: services: enable podgrab

This commit is contained in:
Bruno BELANYI 2021-04-02 09:08:24 +00:00
parent 558c09cfdf
commit 471fe4e21f
3 changed files with 12 additions and 0 deletions

View file

@ -70,6 +70,16 @@ in
};
# The whole *arr software suite
pirate.enable = true;
# Podcast automatic downloader
podgrab = {
enable = true;
passwordFile =
let
contents = "PASSWORD=${my.secrets.podgrab.password}";
in
builtins.toFile "podgrab.env" contents;
port = 9598;
};
# Regular backups
postgresql-backup.enable = true;
# An IRC client daemon

View file

@ -38,6 +38,8 @@ else {
nextcloud.password = fileContents ./nextcloud/password.txt;
podgrab.password = fileContents ./podgrab/password.txt;
transmission.password = fileContents ./transmission/password.txt;
users = {

Binary file not shown.