lib/blade: enable libvirtd group for lukegb
This commit is contained in:
parent
e81c71b85f
commit
fc14641404
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ in {
|
|||
qemuRunAsRoot = false;
|
||||
};
|
||||
security.polkit.enable = true;
|
||||
users.users.lukegb.extraGroups = lib.mkAfter [ "libvirtd" ];
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue