try disabling more
This commit is contained in:
parent
3b74d3c5d8
commit
da9c4f2762
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue