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";
|
||||
};
|
||||
datasets = {
|
||||
database = {
|
||||
postgres = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
mountpoint = "/postgres";
|
||||
mountpoint = "/var/lib/postgresql";
|
||||
recordsize = "8K";
|
||||
primarycache = "metadata";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue