[nix] Add myself to the libvirt group for some minikube testing

This commit is contained in:
Sebastian Schulze 2022-07-05 08:36:50 +02:00
parent d92edf72d5
commit 202fc46a21
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
users.extraUsers.bascht = {
isNormalUser = true;
shell = pkgs.fish;
extraGroups = [ "audio" "video" "networkmanager" "storage" "wheel" "disk" "plugdev" "docker" ];
extraGroups = [ "audio" "video" "networkmanager" "storage" "wheel" "disk" "plugdev" "docker" "qemu-libvirtd" "libvirtd" ];
};
security.doas.enable = true;