mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
perms
This commit is contained in:
parent
454a88e7b0
commit
bc0219c2e3
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.unpackerr
|
||||
];
|
||||
|
||||
users.users.unpackerr.group = "unpackerr";
|
||||
users.groups.unpackerr = {};
|
||||
users.users.unpackerr = { # Unpackerr user (created by its service) added to group
|
||||
extraGroups = [ "media_services" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue