diff options
| -rw-r--r-- | nixpkgs/.config/nixpkgs/per-user/kdam0-home/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
