chocolatebar/vm: reduce memory size

feat/authelia
Benjamin Yule Bädorf 2024-03-10 22:25:06 +01:00
parent c12b2571d9
commit 7466d926b3
Signed by: b12f
GPG Key ID: 729956E1124F8F26
1 changed files with 1 additions and 1 deletions

View File

@ -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;