mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
navi perms
This commit is contained in:
parent
a098a006fe
commit
0633aa02af
1 changed files with 6 additions and 0 deletions
|
|
@ -136,6 +136,12 @@
|
||||||
extraGroups = [ "media_services" ];
|
extraGroups = [ "media_services" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.navidrome = {
|
||||||
|
isSystemUser = true;
|
||||||
|
group = "media_services";
|
||||||
|
extraGroups = [ "media_services" ];
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services.immich-server.unitConfig.RequiresMountsFor = [ "/storage" ];
|
systemd.services.immich-server.unitConfig.RequiresMountsFor = [ "/storage" ];
|
||||||
systemd.services.immich-microservices.unitConfig.RequiresMountsFor = [ "/storage" ];
|
systemd.services.immich-microservices.unitConfig.RequiresMountsFor = [ "/storage" ];
|
||||||
systemd.services.immich-machine-learning.unitConfig.RequiresMountsFor = [ "/storage" ];
|
systemd.services.immich-machine-learning.unitConfig.RequiresMountsFor = [ "/storage" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue