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"; };