feat(libvirt): can control as user
This commit is contained in:
parent
82bd3982a1
commit
97a4ca6fb7
2 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
|
||||
users.users.ahurac = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
virt-manager
|
||||
unzip
|
||||
jq
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue