From fb79f56933901b96b1d8d9198946718bc3af4ac9 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 4 Oct 2025 13:46:55 +0200 Subject: [PATCH] made cirrostratus disk-config.nix align with what is actually deployed. --- hosts/cirrostratus/disk-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/cirrostratus/disk-config.nix b/hosts/cirrostratus/disk-config.nix index 0bb0d35..ee0f28b 100644 --- a/hosts/cirrostratus/disk-config.nix +++ b/hosts/cirrostratus/disk-config.nix @@ -69,10 +69,10 @@ mountpoint = "/storage"; }; datasets = { - database = { + postgres = { type = "zfs_fs"; options = { - mountpoint = "/postgres"; + mountpoint = "/var/lib/postgresql"; recordsize = "8K"; primarycache = "metadata"; };