Unverified Commit 768f628d authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

nixos/systemd-stage-1: nixos-find-nixos-closure before initrd.target (#357135)

parents f818c4ad af8279fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ in {
          RequiresMountsFor = "/sysroot/nix/store";
          DefaultDependencies = false;
        };
        before = [ "shutdown.target" ];
        before = [ "initrd.target" "shutdown.target" ];
        conflicts = [ "shutdown.target" ];
        requiredBy = [ "initrd.target" ];
        serviceConfig = {