feat(libvirt): can control as user

This commit is contained in:
Ahurac 2024-10-21 11:39:19 +02:00
parent 82bd3982a1
commit 97a4ca6fb7
2 changed files with 2 additions and 1 deletions

View file

@ -68,7 +68,7 @@
users.users.ahurac = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ];
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
shell = pkgs.zsh;
};

View file

@ -7,6 +7,7 @@
home.stateVersion = "24.05";
home.packages = with pkgs; [
virt-manager
unzip
jq
nil