Create media group
This commit is contained in:
parent
af6d9e66d2
commit
e0dd664883
6 changed files with 15 additions and 9 deletions
|
|
@ -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" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue