7 lines
84 B
Nix
7 lines
84 B
Nix
{ ... }: {
|
|
services.audiobookshelf = {
|
|
enable = true;
|
|
port = 8021;
|
|
};
|
|
}
|