hosts: nixos: porthos: migrate podgrab 'dataDir'
I want to share it with `audiobookshelf`, so putting it in `/data/media` makes it easier.
This commit is contained in:
parent
5df0574f41
commit
7ebbb10568
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ in
|
||||||
podgrab = {
|
podgrab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = secrets."podgrab/password".path;
|
passwordFile = secrets."podgrab/password".path;
|
||||||
|
dataDir = "/data/media/podcasts";
|
||||||
port = 9598;
|
port = 9598;
|
||||||
};
|
};
|
||||||
# Regular backups
|
# Regular backups
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue