mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
add audiobookshelf
This commit is contained in:
parent
3fa1a3f050
commit
ed059f4726
1 changed files with 8 additions and 0 deletions
8
homelab/audiobookshelf/default.nix
Normal file
8
homelab/audiobookshelf/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.audiobookshelf = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue