diff --git a/hosts/nixos/lapetus/filesystems/partitions.nix b/hosts/nixos/lapetus/filesystems/partitions.nix index 2308197..0e6cab0 100644 --- a/hosts/nixos/lapetus/filesystems/partitions.nix +++ b/hosts/nixos/lapetus/filesystems/partitions.nix @@ -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";