[roon-server] make roon user a system user

This commit is contained in:
Alex Guzman
2019-08-07 13:12:57 -07:00
parent f160233793
commit 6572b5e4a1

View File

@@ -63,6 +63,7 @@ in {
};
users.users = singleton {
name = cfg.user;
isSystemUser = true;
description = "Roon Server user";
groups = [ cfg.group "audio" ];
};