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
|
||||
postgresql-backup.enable = true;
|
||||
pyload = {
|
||||
enable = true;
|
||||
credentialsFile = secrets."pyload/credentials".path;
|
||||
};
|
||||
# RSS provider for websites that do not provide any feeds
|
||||
rss-bridge.enable = true;
|
||||
# Usenet client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue