diff --git a/lib/system.nix b/lib/system.nix index 4ac2b4c..8c413ed 100644 --- a/lib/system.nix +++ b/lib/system.nix @@ -20,6 +20,19 @@ ./config/custom-build-vm.nix ]; + virtualisation = + let + vmConfig = { + virtualisation = { + sharedHostKeys = true; + virt-viewer = true; + }; + }; + in { + vmVariant = vmConfig; + vmVariantWithBootLoader = vmConfig; + }; + # Networking networking.hostName = name; })