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,9 +57,12 @@
# {{{ Datasets
datasets = {
"secure" = {
encryption = "aes-256-gcm";
keyformat = "passphrase";
keylocation = "file:///hermes/secrets/lapetus/disk.key";
type = "zfs_fs";
options = {
encryption = "aes-256-gcm";
keyformat = "passphrase";
keylocation = "file:///hermes/secrets/lapetus/disk.key";
};
};
"secure/persist/data" = {
type = "zfs_fs";