From 74bc49a5a4c317035dc85de714fe390bef73051c Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sun, 5 Mar 2023 12:46:28 -0500 Subject: [PATCH] nixos: Fix systemd-initrd-simple test This has been broken since 246d09fea28c85de7a2f6223fad6927429c3697b --- nixos/tests/systemd-initrd-simple.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/tests/systemd-initrd-simple.nix b/nixos/tests/systemd-initrd-simple.nix index 5d98114304b7..f7f4863d17e3 100644 --- a/nixos/tests/systemd-initrd-simple.nix +++ b/nixos/tests/systemd-initrd-simple.nix @@ -6,9 +6,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: { enable = true; emergencyAccess = true; }; - fileSystems = lib.mkVMOverride { - "/".autoResize = true; - }; + virtualisation.fileSystems."/".autoResize = true; }; testScript = ''