summaryrefslogtreecommitdiff
path: root/hosts/bibus-lab/disko.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/bibus-lab/disko.nix')
-rw-r--r--hosts/bibus-lab/disko.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/hosts/bibus-lab/disko.nix b/hosts/bibus-lab/disko.nix
index 6ca17b9..203ec95 100644
--- a/hosts/bibus-lab/disko.nix
+++ b/hosts/bibus-lab/disko.nix
@@ -85,9 +85,6 @@
"rpool" = {
type = "zfs_fs";
options = {
- encryption = "on";
- keyformat = "passphrase";
- keylocation = "prompt";
mountpoint = "none";
compression = "zstd";
atime = "off";
@@ -107,6 +104,11 @@
type = "zfs_fs";
mountpoint = "/home";
};
+ "rpool/persist" = {
+ type = "zfs_fs";
+ mountpoint = "/persist";
+ options.mountpoint = "legacy";
+ };
"rpool/log" = {
type = "zfs_fs";
mountpoint = "/var/log";
@@ -190,9 +192,6 @@
type = "zfs_fs";
mountpoint = "none";
options = {
- encryption = "on";
- keyformat = "passphrase";
- keylocation = "prompt";
compression = "zstd";
atime = "off";
};