Fix lapetus partition options for /secure
This commit is contained in:
parent
8b3067817b
commit
e5b59ce924
|
@ -57,10 +57,13 @@
|
|||
# {{{ Datasets
|
||||
datasets = {
|
||||
"secure" = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
encryption = "aes-256-gcm";
|
||||
keyformat = "passphrase";
|
||||
keylocation = "file:///hermes/secrets/lapetus/disk.key";
|
||||
};
|
||||
};
|
||||
"secure/persist/data" = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/persist/data";
|
||||
|
|
Loading…
Reference in a new issue