summaryrefslogtreecommitdiff
path: root/hosts/bibus-lab
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-06-29 00:31:26 +0200
committeradikro <adikro@disroot.org>2026-06-29 00:31:26 +0200
commit8a820cacee1ff07ae7397d053b26e66f7086a4a4 (patch)
tree23153683130799babd4e5ed1a39068c52fa7d588 /hosts/bibus-lab
parent9b8f9a4bf5e13efe49ec101f127d0df3d7bb3cf3 (diff)
updated some stuff, added persistanceHEADmain
Diffstat (limited to 'hosts/bibus-lab')
-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";
};