add audiobookshelf

This commit is contained in:
Aaron Honeycutt 2025-02-25 14:59:16 +00:00
parent 3fa1a3f050
commit ed059f4726

View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
services.audiobookshelf = {
enable = true;
openFirewall = true;
};
}