postgres: moved from server_common

This commit is contained in:
Serĉanto de Scio 2022-07-11 15:56:58 +10:00
parent 9f41af876b
commit 0d027676d2
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -23,11 +23,6 @@ in {
package = pkgs.postgresql_11;
};
services.postgresqlBackup = {
enable = true;
compression = "zstd";
};
security.polkit.enable = false; # avoid CVE-2021-4034 (PwnKit)
services.udisks2.enable = false; # disable udisks2 which enables polkit
}