add audiobookshelf
This commit is contained in:
parent
8ef95723e5
commit
9203ef365b
5 changed files with 20 additions and 0 deletions
10
sys/machines/hopper/lab/audiobookshelf.nix
Normal file
10
sys/machines/hopper/lab/audiobookshelf.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{config, ...}: {
|
||||
services.audiobookshelf = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
};
|
||||
|
||||
services.restic.backups.hopper.paths = [
|
||||
"/var/lib/${config.services.audiobookshelf.dataDir}"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue