nixbld: fix rt group

pull/21/head
Sebastien Bourdeauducq 2021-11-23 13:52:00 +08:00
parent f5ff63b74b
commit 3e2061c47b
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ in {
users.users.rt = {
isSystemUser = true;
group = "rt";
};
users.groups.rt = {};