This commit is contained in:
death916 2026-01-14 01:11:25 -08:00
parent 98158b1b7b
commit e41230f51c

View file

@ -133,8 +133,18 @@
redis.enable = true;
host = "0.0.0.0";
mediaLocation = "/storage/services/immich/";
user = "immich";
group = "media_services";
};
users.users.immich = {
isSystemUser = true;
group = "media_services";
};
systemd.tmpfiles.rules = [
"d /storage/services/immich 0755 immich media_services - -"
environment.systemPackages = with pkgs; [
git
vim