This commit is contained in:
2026-01-01 20:47:56 -05:00
parent 5d9248e862
commit 59a13770fe

View File

@@ -37,3 +37,12 @@ service sshd restart
``` sh
pkg install neovim nano curl wget htop iftop sudo vnstat
```
### 4. ZFS Tuning
#### Set properties
``` sh
zfs set compression=zstd zroot
zfs set atime=off zroot
```