adds immich service to dnsc-server
This commit is contained in:
parent
168aa38fea
commit
ff8ee248f7
2 changed files with 10 additions and 0 deletions
9
modules/immich/default.nix
Normal file
9
modules/immich/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.immich = {
|
||||
enable = true;
|
||||
port = 9003;
|
||||
host = "192.168.178.69";
|
||||
openFirewall = true;
|
||||
mediaLocation = "/main/pictures";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue