From 7466d926b333a6e5440d056947d89ddf809b5806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Yule=20B=C3=A4dorf?= Date: Sun, 10 Mar 2024 22:25:06 +0100 Subject: [PATCH] chocolatebar/vm: reduce memory size --- hosts/chocolatebar/virtualisation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chocolatebar/virtualisation/default.nix b/hosts/chocolatebar/virtualisation/default.nix index fab031d..b05bd8d 100644 --- a/hosts/chocolatebar/virtualisation/default.nix +++ b/hosts/chocolatebar/virtualisation/default.nix @@ -12,7 +12,7 @@ with lib; let generateTailsXML = import ./tails-xml.nix; isolateGPU = "rx550x"; - memory = 112; # in GB + memory = 64; # in GB handOverUSBDevices = false; isolateAnyGPU = isolateGPU != null;