mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/photos: migrate to immich from photoprism
This commit is contained in:
parent
c57e4cca90
commit
ba27b0b51f
5 changed files with 128 additions and 96 deletions
|
@ -21,7 +21,7 @@ in
|
|||
"freshrss/password" = {
|
||||
owner = config.users.users.freshrss.name;
|
||||
};
|
||||
"photoprism/password" = { };
|
||||
"photos/secrets" = { };
|
||||
"grafana/password" = {
|
||||
owner = config.users.users.grafana.name;
|
||||
};
|
||||
|
@ -98,14 +98,9 @@ in
|
|||
enable = true;
|
||||
};
|
||||
# self-hosted photo gallery
|
||||
photoprism = {
|
||||
photos = {
|
||||
enable = true;
|
||||
passwordFile = secrets."photoprism/password".path;
|
||||
originalsPath = "/data/photos";
|
||||
settings = {
|
||||
PHOTOPRISM_ADMIN_USER = "felix";
|
||||
PHOTOPRISM_SPONSOR = "true";
|
||||
};
|
||||
secretsFile = secrets."photos/secrets".path;
|
||||
};
|
||||
ssh-server = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue