We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee4657 commit 520070aCopy full SHA for 520070a
targets/laptop/flake-module.nix
@@ -78,6 +78,13 @@ let
78
ghaf = {
79
reference.profiles.mvp-user-trial.enable = true;
80
partitioning.disko.enable = true;
81
+
82
+ virtualization.microvm.guivm.extraModules = [
83
+ {
84
+ microvm.mem = lib.mkForce 6144;
85
+ }
86
+ ];
87
+ virtualization.microvm.appvm.vms.flatpak.ramMb = lib.mkForce 5120;
88
};
89
}
90
]))
@@ -247,6 +254,13 @@ let
247
254
248
255
249
256
257
258
259
260
261
262
263
250
264
251
265
252
266
0 commit comments