photoprism: move out of module

This commit is contained in:
2025-03-10 15:50:10 +00:00
parent 06600f76ca
commit de562313ea
3 changed files with 50 additions and 65 deletions

View File

@ -9,6 +9,7 @@
./gitea.nix
./kanidm.nix
./outline.nix
./photoprism.nix
../server.nix
];
@ -75,7 +76,6 @@
usePostgresql = services.postgresql.enable;
};
nginx.enable = true;
photoprism.enable = true;
postgresql.enable = true;
};
};