machines/rana: enable full-disk encryption

This commit is contained in:
2026-03-24 15:36:46 +07:00
parent fc2da628e8
commit d8b20caf22

View File

@@ -53,6 +53,9 @@ in
zroot = {
type = "zpool";
rootFsOptions = {
encryption = "aes-256-gcm";
keyformat = "passphrase";
keylocation = "file:///tmp/secret.key";
mountpoint = "none";
compression = "lz4";
acltype = "posixacl";