massicot,fix: fix missing module

This commit is contained in:
xinyangli 2024-09-14 16:41:22 +08:00
parent 5104c5943e
commit 6b375fea91
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
5 changed files with 33 additions and 12 deletions

View file

@ -31,7 +31,7 @@ in
"/etc/immich" = {
d = {
inherit user group;
mode = "0600";
mode = "0700";
};
};
"/etc/immich/config.json" = {
@ -53,5 +53,8 @@ in
Environment = "IMMICH_CONFIG_FILE=%d/config";
};
};
# https://github.com/NixOS/nixpkgs/pull/324127/files#r1723763510
services.immich.redis.host = "/run/redis-immich/redis.sock";
};
}