forked from nyanloutre/nixos-config
postgresql: improve zfs performances
This commit is contained in:
parent
e08bd357ed
commit
ec1f659ce4
1 changed files with 6 additions and 1 deletions
|
@ -283,7 +283,12 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql.enable = true;
|
postgresql = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
full_page_writes = off
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
pgmanage = {
|
pgmanage = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue