[roon-server] make roon user a system user
This commit is contained in:
parent
f160233793
commit
6572b5e4a1
@ -63,6 +63,7 @@ in {
|
||||
};
|
||||
users.users = singleton {
|
||||
name = cfg.user;
|
||||
isSystemUser = true;
|
||||
description = "Roon Server user";
|
||||
groups = [ cfg.group "audio" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user