From c5f280df54c88301325e66a33a1b45f033ebdf58 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 3 Jul 2026 15:10:21 +0200 Subject: [PATCH] Add comment line with name of f2fs encryption program in filesystems.nix --- modules/filesystems.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/filesystems.nix b/modules/filesystems.nix index bbcf51c..f13fbf0 100644 --- a/modules/filesystems.nix +++ b/modules/filesystems.nix @@ -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 [