[nix] Add myself to the libvirt groups

This commit is contained in:
Sebastian Schulze 2022-07-29 08:55:58 +02:00
parent c8d0740e52
commit 6e4e1ab978
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
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" "qemu-libvirtd" "libvirtd" ];
extraGroups = [ "audio" "video" "networkmanager" "storage" "wheel" "disk" "plugdev" "docker" ];
};
security.doas.enable = true;