1
Fork 0

Fix lapetus partition options for /secure

This commit is contained in:
Matei Adriel 2024-01-18 02:33:59 +01:00
parent 8b3067817b
commit e5b59ce924
No known key found for this signature in database

View file

@ -57,10 +57,13 @@
# {{{ Datasets # {{{ Datasets
datasets = { datasets = {
"secure" = { "secure" = {
type = "zfs_fs";
options = {
encryption = "aes-256-gcm"; encryption = "aes-256-gcm";
keyformat = "passphrase"; keyformat = "passphrase";
keylocation = "file:///hermes/secrets/lapetus/disk.key"; keylocation = "file:///hermes/secrets/lapetus/disk.key";
}; };
};
"secure/persist/data" = { "secure/persist/data" = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/persist/data"; mountpoint = "/persist/data";