mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
Add comment line with name of f2fs encryption program in filesystems.nix
This commit is contained in:
parent
14c15d0d07
commit
c5f280df54
@ -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"
|
# 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 [
|
fileSystems."/".options = lib.mkMerge [
|
||||||
[ "noatime" ]
|
[ "noatime" ]
|
||||||
(lib.mkIf (config.fileSystems."/".fsType == "f2fs") (lib.mkAfter [
|
(lib.mkIf (config.fileSystems."/".fsType == "f2fs") (lib.mkAfter [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user