also after reset

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-17 12:07:42 -06:00
parent b4b952b6e3
commit 517c229d7b

View file

@ -115,9 +115,11 @@ lib.mkMerge [
boot.initrd.systemd.services.create-needed-for-boot-dirs = {
after = [
"unlock-bcachefs-custom.service"
"bcachefs-reset-root.service"
];
requires = [
"unlock-bcachefs-custom.service"
"bcachefs-reset-root.service"
];
serviceConfig.KeyringMode = "shared";
};