diff options
| author | vkcku <[email protected]> | 2026-06-01 12:15:35 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 12:15:35 +0530 |
| commit | 89b1bcce3ae09c4d808a69019d586ef79b50492a (patch) | |
| tree | 8ea9b1cdc3ec6e84e35bed28d4f9e340b075d167 /infra/modules/base/zfs.nix | |
| parent | infra: add ZFS configuration to base module (diff) | |
infra: add impermanence to base module
monorepo-revid: dea24bc37b399da7739ce19063e7439ec756a457
Diffstat (limited to 'infra/modules/base/zfs.nix')
| -rw-r--r-- | infra/modules/base/zfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/modules/base/zfs.nix b/infra/modules/base/zfs.nix index e2cb007..4a818e7 100644 --- a/infra/modules/base/zfs.nix +++ b/infra/modules/base/zfs.nix @@ -99,7 +99,7 @@ "persist" = { type = "zfs_fs"; - mountpoint = "/persist"; + mountpoint = config.infra.persist.dir; options = { canmount = "on"; mountpoint = "legacy"; |
