try disabling more
This commit is contained in:
parent
da9c4f2762
commit
ba5caf7563
1 changed files with 8 additions and 6 deletions
|
|
@ -96,9 +96,10 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/"}".enable = false;
|
# NOTE that neededForBoot fs's dont end up in this list
|
||||||
|
# "unlock-bcachefs-${escapeSystemdPath "/"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.old_roots"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/.old_roots"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/nix"}".enable = false;
|
# "unlock-bcachefs-${escapeSystemdPath "/nix"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
|
||||||
|
|
@ -106,13 +107,14 @@ in
|
||||||
|
|
||||||
# 1. Disable the automatically generated unlock services
|
# 1. Disable the automatically generated unlock services
|
||||||
boot.initrd.systemd.services = {
|
boot.initrd.systemd.services = {
|
||||||
|
"unlock-bcachefs-${escapeSystemdPath "/sysroot"}".enable = false; # special always on one
|
||||||
# the module creates services named unlock-bcachefs-<escaped-mountpoint>
|
# the module creates services named unlock-bcachefs-<escaped-mountpoint>
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.old_roots"}".enable = false;
|
# "unlock-bcachefs-${escapeSystemdPath "/.old_roots"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/nix"}".enable = false;
|
"unlock-bcachefs-${escapeSystemdPath "/nix"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
|
# "unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
|
# "unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
|
||||||
"unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
|
# "unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
|
||||||
|
|
||||||
# 2. Your single custom unlock unit
|
# 2. Your single custom unlock unit
|
||||||
unlock-bcachefs-custom = {
|
unlock-bcachefs-custom = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue