Skip to content

Commit

Permalink
nixos: Fix boot for ZFS systems using non-systemd initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
talyz committed Dec 22, 2024
1 parent 5069a27 commit ce8a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ in
script = createNeededForBootDirs;
};
};
postDeviceCommands = mkIf (!config.boot.initrd.systemd.enable)
postResumeCommands = mkIf (!config.boot.initrd.systemd.enable)
(mkAfter createNeededForBootDirs);
};
}
Expand Down

0 comments on commit ce8a6db

Please sign in to comment.