diff --git a/linux/quasar/disko.nix b/linux/quasar/disko.nix index 7b11a49..7518492 100644 --- a/linux/quasar/disko.nix +++ b/linux/quasar/disko.nix @@ -100,7 +100,10 @@ type = "zpool"; inherit options rootFsOptions; datasets = { - snapshot.type = "zfs_fs"; + snapshot = { + type = "zfs_fs"; + mountpoint = "/snapshot"; + }; # Reserve space for performance reservation = { type = "zfs_fs"; diff --git a/linux/quasar/zfs.nix b/linux/quasar/zfs.nix index 88e0374..cacdc8f 100644 --- a/linux/quasar/zfs.nix +++ b/linux/quasar/zfs.nix @@ -68,7 +68,8 @@ inherit listener_name; type = "local"; }; - root_fs = "zarchive"; + root_fs = "zarchive/snapshot"; + recv.placeholder.encryption = "off"; } ]; };