nixos-config/todo.md
2022-12-07 22:05:00 +03:00

489 B

TODO

Tips:

  • Copy sparse files
dd if=srcFile of=dstFile iflag=direct oflag=direct bs=64K conv=sparse
  • swap on zfs zvol (on encrypted dataset only!)
zfs create -V 2G -b $(getconf PAGESIZE) -o logbias=throughput -o sync=always -o primarycache=metadata -o secondarycache=none -o com.sun:auto-snapshot=false -o compression=zle zroot/enc/swap