Configure zrepl for quasar

This commit is contained in:
Invariantspace 2024-12-09 08:09:38 +00:00
parent 211af9bd61
commit 2e32793655
2 changed files with 6 additions and 2 deletions

View file

@ -100,7 +100,10 @@
type = "zpool"; type = "zpool";
inherit options rootFsOptions; inherit options rootFsOptions;
datasets = { datasets = {
snapshot.type = "zfs_fs"; snapshot = {
type = "zfs_fs";
mountpoint = "/snapshot";
};
# Reserve space for performance # Reserve space for performance
reservation = { reservation = {
type = "zfs_fs"; type = "zfs_fs";

View file

@ -68,7 +68,8 @@
inherit listener_name; inherit listener_name;
type = "local"; type = "local";
}; };
root_fs = "zarchive"; root_fs = "zarchive/snapshot";
recv.placeholder.encryption = "off";
} }
]; ];
}; };