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
commit 768f628de7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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