From 21d3b7c9172fb6a7b51b851c2d7fd45056de905e Mon Sep 17 00:00:00 2001 From: kdam0 Date: Sun, 9 Apr 2023 17:06:31 -0400 Subject: added libvirt to nix conf --- nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix index 0440707..dff9f61 100644 --- a/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix +++ b/nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix @@ -53,6 +53,7 @@ "video" "audio" "docker" + "libvirtd" ]; shell = pkgs.zsh; }; @@ -70,6 +71,7 @@ docker-buildx docker-compose wireguard-tools + virt-manager ]; virtualisation.docker = { @@ -80,6 +82,7 @@ setSocketVariable = true; }; }; + virtualisation.libvirtd.enable = true; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you -- cgit v1.2.3