feat(photo01): init #4

Merged
cst1 merged 19 commits from cst1/lab-infra:init_photo01 into main 2024-11-22 14:04:37 +01:00
Showing only changes of commit abf9f2d2f5 - Show all commits

View file

@ -4,7 +4,8 @@ let
port = 2342;
in
{
services.photoprism = {
services = {
photoprism = {
enable = true;
port = port;
settings = {
@ -28,7 +29,7 @@ in
passwordFile = "/passwords/photoprism";
};
services.mysql = {
mysql = {
enable = true;
dataDir = "/data/mysql";
package = pkgs.mariadb;
@ -52,4 +53,5 @@ in
proxyWebsockets = true;
};
};
};
}