cleanup comments
This commit is contained in:
parent
d47fb023e6
commit
381ab21821
1 changed files with 0 additions and 8 deletions
|
|
@ -89,7 +89,6 @@ in
|
|||
|
||||
# PRIMARY unencrypt
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.systemd.storePaths = [ pkgs.keyutils ];
|
||||
boot.supportedFilesystems = [
|
||||
"bcachefs"
|
||||
"vfat"
|
||||
|
|
@ -97,9 +96,7 @@ in
|
|||
|
||||
systemd.services = {
|
||||
# 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 "/nix"}".enable = false;
|
||||
"unlock-bcachefs-${escapeSystemdPath "/.snapshots"}".enable = false;
|
||||
"unlock-bcachefs-${escapeSystemdPath "/.swap"}".enable = false;
|
||||
"unlock-bcachefs-${escapeSystemdPath "/persist"}".enable = false;
|
||||
|
|
@ -108,13 +105,8 @@ in
|
|||
# 1. Disable the automatically generated unlock services
|
||||
boot.initrd.systemd.services = {
|
||||
"unlock-bcachefs-${escapeSystemdPath "/sysroot"}".enable = false; # special always on one
|
||||
# the module creates services named unlock-bcachefs-<escaped-mountpoint>
|
||||
"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;
|
||||
|
||||
# 2. Your single custom unlock unit
|
||||
unlock-bcachefs-custom = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue