audiobookshelf
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
./system-modules/nx2site.nix
|
||||
./system-modules/postgres.nix
|
||||
./system-modules/nx2site/proxy.nix
|
||||
./system-modules/nx2site/audiobookshelf.nix
|
||||
./system-modules/nx2site/gitea.nix
|
||||
./system-modules/nx2site/radicale.nix
|
||||
# ./system-modules/nx2site/nextcloud.nix
|
||||
|
||||
14
system-modules/nx2site/audiobookshelf.nix
Normal file
14
system-modules/nx2site/audiobookshelf.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
audiobookshelf = {
|
||||
# authentication is mangaed imperatively in the web interface upon first start
|
||||
enable = true;
|
||||
# user = "audiobookshelf";
|
||||
# group = "audiobookshelf";
|
||||
# host = "127.0.0.1";
|
||||
port = 11648; # spells out audi(o)
|
||||
package = pkgs.audiobookshelf;
|
||||
};
|
||||
};
|
||||
}
|
||||
1
system-modules/users.nix
Executable file → Normal file
1
system-modules/users.nix
Executable file → Normal file
@@ -21,6 +21,7 @@
|
||||
"adbusers"
|
||||
"postgres"
|
||||
"radicale"
|
||||
"audiobookshelf"
|
||||
"nextcloud"
|
||||
];
|
||||
useDefaultShell = true;
|
||||
|
||||
Reference in New Issue
Block a user