From d0c0a7c3ec4161c05ca044711f85b9d6ec8cfbb2 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Fri, 7 Aug 2026 14:38:34 -0400 Subject: [PATCH] nixos: increase KVMFR shared memory device size to 256M --- hosts/shared/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/shared/nixos.nix b/hosts/shared/nixos.nix index 2c72762..6ee57f9 100644 --- a/hosts/shared/nixos.nix +++ b/hosts/shared/nixos.nix @@ -28,7 +28,7 @@ in "quiet" "rd.udev.log_level=3" "rd.systemd.show_status=auto" - "kvmfr.static_size_mb=128" + "kvmfr.static_size_mb=256" ]; initrd = {