made cirrostratus disk-config.nix align with what is actually deployed.
This commit is contained in:
parent
e3fff633b6
commit
fb79f56933
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue