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

This commit is contained in:
Will Fancher
2024-11-18 19:33:21 -08:00
committed by GitHub

View File

@@ -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 = {