Compare commits
1 Commits
a6fac14f57
...
ba3309c268
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba3309c268 |
@@ -14,8 +14,8 @@ in
|
|||||||
calibre-web = {
|
calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
user = "storage";
|
user = "alex";
|
||||||
group = "storage";
|
group = "users";
|
||||||
|
|
||||||
listen = {
|
listen = {
|
||||||
ip = "0.0.0.0";
|
ip = "0.0.0.0";
|
||||||
@@ -23,7 +23,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
calibreLibrary = "/mnt/media/public/books";
|
calibreLibrary = "/home/alex/sync/reading-material/books";
|
||||||
enableBookUploading = true;
|
enableBookUploading = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -15,6 +15,7 @@ in
|
|||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
restic.enable = true;
|
restic.enable = true;
|
||||||
|
calibre-web.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../config-manager/default.nix
|
../../config-manager/default.nix
|
||||||
../../shared-modules/syncthing.nix
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
./modules
|
./modules
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ in
|
|||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
transmission.enable = true;
|
transmission.enable = true;
|
||||||
calibre-web.enable = true;
|
|
||||||
audiobookshelf.enable = true;
|
audiobookshelf.enable = true;
|
||||||
jellyfin.enable = true;
|
jellyfin.enable = true;
|
||||||
immich.enable = true;
|
immich.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user