diff options
| author | kdam0 <me@kumardamani.net> | 2023-04-09 21:06:31 +0000 |
|---|---|---|
| committer | kdam0 <me@kumardamani.net> | 2023-04-09 21:06:31 +0000 |
| commit | 21d3b7c9172fb6a7b51b851c2d7fd45056de905e (patch) | |
| tree | 281c187c41ba0d890bef74403d8dc6e28eb7d4b8 | |
| parent | 952f33c39e246eaf4f2b2a21678dfc7ac50cbd9f (diff) | |
added libvirt to nix conf
| -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 |
