Commit 74bc49a5 authored by Will Fancher's avatar Will Fancher
Browse files

nixos: Fix systemd-initrd-simple test

This has been broken since 246d09fe
parent e0737778
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 = ''