mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newton: update photoprism config
This commit is contained in:
parent
b4cdac4912
commit
48e29559c8
1 changed files with 2 additions and 2 deletions
|
@ -79,9 +79,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = secrets."photoprism/password".path;
|
passwordFile = secrets."photoprism/password".path;
|
||||||
originalsPath = "/srv/data/photos";
|
originalsPath = "/srv/data/photos";
|
||||||
extraConfig = {
|
settings = {
|
||||||
PHOTOPRISM_ADMIN_USER = "felix";
|
PHOTOPRISM_ADMIN_USER = "felix";
|
||||||
PHOTOPRISM_READONLY = "true";
|
PHOTOPRISM_SPONSOR = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ssh-server = {
|
ssh-server = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue