feat: configure immich
runner nix smoke / nix label and flake smoke (push) Failing after 25s

This commit is contained in:
2026-09-12 22:21:33 +00:00
parent 66a502b1dd
commit 1e973e7b33
5 changed files with 33 additions and 12 deletions
+16
View File
@@ -0,0 +1,16 @@
{ domain, ... }:
{
config,
...
}:
{
hectic.services.immich = {
enable = true;
domain = "immich.${domain}";
storageBox = {
enable = true;
credentialsFile = config.sops.secrets."immich/storage-box".path;
};
};
}