From 97a4ca6fb75ff14a03db573cbd6d696f0f0a5e99 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 21 Oct 2024 11:39:19 +0200 Subject: [PATCH] feat(libvirt): can control as user --- common/configuration.nix | 2 +- common/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/configuration.nix b/common/configuration.nix index 994ef30..1bd6266 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -68,7 +68,7 @@ users.users.ahurac = { isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" "networkmanager" "libvirtd" ]; shell = pkgs.zsh; }; diff --git a/common/home.nix b/common/home.nix index 0dc149a..ffedd7f 100644 --- a/common/home.nix +++ b/common/home.nix @@ -7,6 +7,7 @@ home.stateVersion = "24.05"; home.packages = with pkgs; [ + virt-manager unzip jq nil