hosts: nixos: porthos: services: enable pyload
This commit is contained in:
parent
f353163f18
commit
0132448566
1 changed files with 4 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ in
|
||||||
};
|
};
|
||||||
# Regular backups
|
# Regular backups
|
||||||
postgresql-backup.enable = true;
|
postgresql-backup.enable = true;
|
||||||
|
pyload = {
|
||||||
|
enable = true;
|
||||||
|
credentialsFile = secrets."pyload/credentials".path;
|
||||||
|
};
|
||||||
# RSS provider for websites that do not provide any feeds
|
# RSS provider for websites that do not provide any feeds
|
||||||
rss-bridge.enable = true;
|
rss-bridge.enable = true;
|
||||||
# Usenet client
|
# Usenet client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue