feat(etna): expose immich
This commit is contained in:
parent
6b4c33b29d
commit
60642a9ba7
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
||||||
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
|
cfTunnels."im.uku.moe" = "http://localhost:${builtins.toString config.services.immich.port}";
|
||||||
|
|
||||||
services.immich = {
|
services.immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
@ -8,8 +11,5 @@
|
||||||
environment = {
|
environment = {
|
||||||
TZ = "Europe/Paris";
|
TZ = "Europe/Paris";
|
||||||
};
|
};
|
||||||
|
|
||||||
host = "0.0.0.0";
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue