totoro: add lukegb to libvirtd group

This commit is contained in:
Luke Granger-Brown 2020-06-28 22:23:43 +00:00
parent 78fee25f20
commit a62a67ffd2

View file

@ -52,6 +52,9 @@ in {
enable = true;
allowedBridges = [ "virbr0" "br-ext" ];
};
users.users.lukegb = {
extraGroups = lib.mkAfter [ "libvirtd" ];
};
system.stateVersion = "20.03";
}