Create media group

This commit is contained in:
Jan Kremer 2026-03-10 11:26:52 +01:00
parent af6d9e66d2
commit e0dd664883
No known key found for this signature in database
6 changed files with 15 additions and 9 deletions

View file

@ -1,10 +1,10 @@
{
services = {
immich = {
enable = true;
# port = 2283;
accelerationDevices = [ "/dev/dri/renderD128" ];
mediaLocation = "/mnt/photos";
};
services.immich = {
enable = true;
# port = 2283;
accelerationDevices = [ "/dev/dri/renderD128" ];
mediaLocation = "/mnt/photos";
};
users.users.immich.extraGroups = [ "media" ];
}