nix-configs/homelab/audiobookshelf/default.nix
2025-02-25 14:59:16 +00:00

8 lines
No EOL
111 B
Nix

{ config, pkgs, lib, ... }:
{
services.audiobookshelf = {
enable = true;
openFirewall = true;
};
}