mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos: Fix systemd-initrd-simple test
This has been broken since 246d09fea2
This commit is contained in:
parent
e073777844
commit
74bc49a5a4
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue