commit | 1035c8ca5405121702eb92d2a349921a7c5f3d41 | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Sat Feb 05 23:43:34 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Sat Feb 05 23:43:34 2022 +0000 |
tree | a4e81f68e8ba30b268bb534af5dfe964ada28870 | |
parent | f2a29ee26804cd705aa48aa537ccc42ce60bbb6b [diff] |
Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix index 25e1b35..bae6035 100644 --- a/system/configuration.nix +++ b/system/configuration.nix
@@ -181,6 +181,8 @@ virtualisation.docker.enable = true; virtualisation.docker.enableOnBoot = false; + environment.pathsToLink = [ "/share/zsh" ]; + virtualisation.libvirtd.qemu.package = pkgs.qemu_kvm; virtualisation.kvmgt.enable = true;