systemd: added groups kvm, render
they need to exist according to the README of systemd
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
24cb9ddfc0
commit
7f8b1dd32f
@@ -524,6 +524,8 @@ in {
|
||||
utmp.gid = ids.gids.utmp;
|
||||
adm.gid = ids.gids.adm;
|
||||
input.gid = ids.gids.input;
|
||||
kvm.gid = ids.gids.kvm;
|
||||
render.gid = ids.gids.render;
|
||||
};
|
||||
|
||||
system.activationScripts.users = stringAfter [ "stdio" ]
|
||||
|
||||
Reference in New Issue
Block a user