Upgrade stable to 23.05

This commit is contained in:
Greg Hellings
2023-05-29 02:42:37 +00:00
parent 64e0ed0b6f
commit 18c165663d
7 changed files with 13 additions and 17 deletions
+2 -4
View File
@@ -53,10 +53,8 @@ root root postgres
postgresLog = {
enable = true;
files = "/var/lib/postgresql/*/log/*.log";
extraConfig = (lib.strings.concatStringsSep "\n" [
"compress"
"compresscmd=${pkgs.xz}/bin/xz"
]);
compress = true;
compresscmd = "${pkgs.xz}/bin/xz";
};
};
};