mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
immich
This commit is contained in:
parent
98158b1b7b
commit
e41230f51c
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue