totoro: add lukegb to libvirtd group
This commit is contained in:
parent
78fee25f20
commit
a62a67ffd2
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedBridges = [ "virbr0" "br-ext" ];
|
allowedBridges = [ "virbr0" "br-ext" ];
|
||||||
};
|
};
|
||||||
|
users.users.lukegb = {
|
||||||
|
extraGroups = lib.mkAfter [ "libvirtd" ];
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "20.03";
|
system.stateVersion = "20.03";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue