Merge pull request #219716 from ElvishJerricco/virtualisation-filesystems-systemd-initrd-simple

nixos: Fix systemd-initrd-simple test
This commit is contained in:
Will Fancher 2023-03-05 13:56:38 -05:00 committed by GitHub
commit 4e9efd3432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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