diff --git a/hosts/i001/hardware-mounts.nix b/hosts/i001/hardware-mounts.nix index 242debc7..c761f27a 100644 --- a/hosts/i001/hardware-mounts.nix +++ b/hosts/i001/hardware-mounts.nix @@ -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"; };