From 3dc6940449d3061ce510ab65dde18ad593102a4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 20:52:50 +0200 Subject: prefect: configure nixos VM variant --- system/prefect.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'system/prefect.nix') diff --git a/system/prefect.nix b/system/prefect.nix index 864ccc3f..801692e3 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -31,6 +31,26 @@ ]; + virtualisation.vmVariant = { + disabledModules = [ + ./settings/hardware/nvidia-gpu.nix + ./settings/hardware/bare-metal.nix + ./settings/gaming.nix + ./settings/user-interface.nix + ./settings/programs/kde.nix + + + + + + ]; + services.qemuGuest.enable = true; + virtualisation = { + memorySize = 4096; + cores = 4; + }; + }; + nixpkgs.hostPlatform = "x86_64-linux"; services.xserver.screenSection = '' -- cgit 1.4.1