machines: porthos: services: enable podgrab
This commit is contained in:
parent
558c09cfdf
commit
471fe4e21f
|
@ -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
|
||||
|
|
|
@ -38,6 +38,8 @@ else {
|
|||
|
||||
nextcloud.password = fileContents ./nextcloud/password.txt;
|
||||
|
||||
podgrab.password = fileContents ./podgrab/password.txt;
|
||||
|
||||
transmission.password = fileContents ./transmission/password.txt;
|
||||
|
||||
users = {
|
||||
|
|
BIN
secrets/podgrab/password.txt
Normal file
BIN
secrets/podgrab/password.txt
Normal file
Binary file not shown.
Loading…
Reference in a new issue