Add comment line with name of f2fs encryption program in filesystems.nix

This commit is contained in:
Username404-59 2026-07-03 15:10:21 +02:00
parent 14c15d0d07
commit c5f280df54
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -2,6 +2,7 @@
{
# Note: for f2fs, create it with "sudo mkfs.f2fs -l root -i -O extra_attr,flexible_inline_xattr,inode_checksum,sb_checksum,compression,encrypt,lost_found /dev/sdxY"
# For encryption see "man f2fscrypt"
fileSystems."/".options = lib.mkMerge [
[ "noatime" ]
(lib.mkIf (config.fileSystems."/".fsType == "f2fs") (lib.mkAfter [