Fix lapetus partition options for /secure
This commit is contained in:
parent
8b3067817b
commit
e5b59ce924
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue