made cirrostratus disk-config.nix align with what is actually deployed.

This commit is contained in:
Gabe Venberg 2025-10-04 13:46:55 +02:00
parent e3fff633b6
commit fb79f56933

View file

@ -69,10 +69,10 @@
mountpoint = "/storage"; mountpoint = "/storage";
}; };
datasets = { datasets = {
database = { postgres = {
type = "zfs_fs"; type = "zfs_fs";
options = { options = {
mountpoint = "/postgres"; mountpoint = "/var/lib/postgresql";
recordsize = "8K"; recordsize = "8K";
primarycache = "metadata"; primarycache = "metadata";
}; };