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 = {
|
users.users.ahurac = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "networkmanager" "libvirtd" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
virt-manager
|
||||||
unzip
|
unzip
|
||||||
jq
|
jq
|
||||||
nil
|
nil
|
||||||
|
|
Loading…
Reference in a new issue