cleanup comments

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-14 18:35:11 -06:00
parent d47fb023e6
commit 381ab21821

View file

@ -89,7 +89,6 @@ in
# PRIMARY unencrypt # PRIMARY unencrypt
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.initrd.systemd.storePaths = [ pkgs.keyutils ];
boot.supportedFilesystems = [ boot.supportedFilesystems = [
"bcachefs" "bcachefs"
"vfat" "vfat"
@ -97,9 +96,7 @@ in
systemd.services = { systemd.services = {
# NOTE that neededForBoot fs's dont end up in this list # 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 "/.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;
@ -108,13 +105,8 @@ 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 "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 "/"}".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 "/.swap"}".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 = {