mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos: Fix systemd-initrd-simple test
This has been broken since 246d09fea2
This commit is contained in:
parent
e073777844
commit
74bc49a5a4
@ -6,9 +6,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
|
|||||||
enable = true;
|
enable = true;
|
||||||
emergencyAccess = true;
|
emergencyAccess = true;
|
||||||
};
|
};
|
||||||
fileSystems = lib.mkVMOverride {
|
virtualisation.fileSystems."/".autoResize = true;
|
||||||
"/".autoResize = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user