add immich
This commit is contained in:
parent
77e83981d7
commit
3ee42ca4f3
2 changed files with 22 additions and 2 deletions
|
|
@ -1,3 +1,19 @@
|
|||
{ ... }: {
|
||||
|
||||
users.users.immich.extraGroups = [ "video" "render" ];
|
||||
|
||||
services = {
|
||||
immich = {
|
||||
enable = true;
|
||||
port = 2283;
|
||||
host = "127.0.0.1";
|
||||
mediaLocation = "/var/lib/immich";
|
||||
accelerationDevices = null;
|
||||
machine-learning.enable = true;
|
||||
};
|
||||
immich-public-proxy = {
|
||||
enable = true;
|
||||
port = 2284;
|
||||
immichUrl = "http://localhost:2283";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue