Compare commits

..

1 Commits

Author SHA1 Message Date
Alexander Heldt
ba3309c268 pinwheel/manatee: Share org via syncthing 2025-05-18 17:14:13 +02:00
4 changed files with 4 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ in
calibre-web = {
enable = true;
user = "storage";
group = "storage";
user = "alex";
group = "users";
listen = {
ip = "0.0.0.0";
@@ -23,7 +23,7 @@ in
};
options = {
calibreLibrary = "/mnt/media/public/books";
calibreLibrary = "/home/alex/sync/reading-material/books";
enableBookUploading = true;
};
};

View File

@@ -15,6 +15,7 @@ in
nginx.enable = true;
syncthing.enable = true;
restic.enable = true;
calibre-web.enable = true;
};
};
}

View File

@@ -2,7 +2,6 @@
{
imports = [
../../config-manager/default.nix
../../shared-modules/syncthing.nix
./hardware-configuration.nix
./disk-config.nix
./modules

View File

@@ -16,7 +16,6 @@ in
nginx.enable = true;
syncthing.enable = true;
transmission.enable = true;
calibre-web.enable = true;
audiobookshelf.enable = true;
jellyfin.enable = true;
immich.enable = true;