Files
os/host/ark/service/audio.nix
2025-08-15 19:27:17 -04:00

7 lines
84 B
Nix

{ ... }: {
services.audiobookshelf = {
enable = true;
port = 8021;
};
}