nixos/systemd-tmpfiles: fix ordering of systemd-tmpfiles-setup-sysroot (#374076)

This commit is contained in:
nikstur
2025-01-16 17:13:10 +01:00
committed by GitHub
@@ -322,7 +322,7 @@ in
description = "Create Volatile Files and Directories in the Real Root";
after = [ "initrd-fs.target" ];
before = [
"initrd-nixos-activation.service"
"initrd.target"
"shutdown.target" "initrd-switch-root.target"
];
conflicts = [ "shutdown.target" "initrd-switch-root.target" ];