[roon-server] make roon user a system user
This commit is contained in:
parent
f160233793
commit
6572b5e4a1
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ in {
|
|||
};
|
||||
users.users = singleton {
|
||||
name = cfg.user;
|
||||
isSystemUser = true;
|
||||
description = "Roon Server user";
|
||||
groups = [ cfg.group "audio" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue