We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938aa5d commit 139c3a1Copy full SHA for 139c3a1
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
]))
@@ -257,6 +264,13 @@ let
257
264
258
265
259
266
267
268
269
270
271
272
273
260
274
261
275
262
276
0 commit comments