try disabling more

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-14 16:25:19 -06:00
parent 3b74d3c5d8
commit da9c4f2762

View file

@ -95,6 +95,15 @@ in
"vfat" "vfat"
]; ];
systemd.services = {
"unlock-bcachefs-${escapeSystemdPath "/"}".enable = false;
"unlock-bcachefs-${escapeSystemdPath "/.old_roots"}".enable = false;
"unlock-bcachefs-${escapeSystemdPath "/nix"}".enable = false;
"unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
"unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
"unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
};
# 1. Disable the automatically generated unlock services # 1. Disable the automatically generated unlock services
boot.initrd.systemd.services = { boot.initrd.systemd.services = {
# the module creates services named unlock-bcachefs-<escaped-mountpoint> # the module creates services named unlock-bcachefs-<escaped-mountpoint>