nixos: Fix systemd-initrd-simple test

This has been broken since 246d09fea2
This commit is contained in:
Will Fancher 2023-03-05 12:46:28 -05:00
parent e073777844
commit 74bc49a5a4

View file

@ -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 = ''