tune postgresql for zfs on AMD-Workstation
This commit is contained in:
parent
44d6c9b64b
commit
4d4db407a9
@ -115,7 +115,13 @@
|
||||
}];
|
||||
};
|
||||
|
||||
services.postgresql.settings = {
|
||||
full_page_writes = "off";
|
||||
wal_init_zero = "off";
|
||||
wal_recycle = "off";
|
||||
};
|
||||
services.modprobed-db.enable = true;
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
home-manager.users.${config.mainuser} = {
|
||||
home.packages = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user