Unverified Commit 4e9efd34 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

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

nixos: Fix systemd-initrd-simple test
parents 4b940d7d 74bc49a5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 = ''