will do some virtualisation testing

This commit is contained in:
catvayor 2024-03-20 10:07:21 +01:00
parent 38ebc1e8d0
commit 22a7840cbc
4 changed files with 14 additions and 1 deletions

View file

@ -4,7 +4,7 @@
users.users.catvayor = {
shell = pkgs.zsh;
isNormalUser = true;
extraGroups = [ "wheel" "usb" "networkmanager" "video" "audio" ];
extraGroups = [ "wheel" "usb" "networkmanager" "video" "audio" "libvirtd" ];
packages = with pkgs; [
tree
];