feat(etna): add immich
This commit is contained in:
parent
c42767359f
commit
bd6f6e83b8
2 changed files with 16 additions and 0 deletions
|
@ -30,6 +30,7 @@ in {
|
||||||
./shlink.nix
|
./shlink.nix
|
||||||
./metrics.nix
|
./metrics.nix
|
||||||
./navidrome.nix
|
./navidrome.nix
|
||||||
|
./immich.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
15
systems/etna/immich.nix
Normal file
15
systems/etna/immich.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{...}: {
|
||||||
|
services.immich = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = null;
|
||||||
|
mediaLocation = "/data/immich";
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
TZ = "Europe/Paris";
|
||||||
|
};
|
||||||
|
|
||||||
|
host = "0.0.0.0";
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue