Move option to postgres,slim in nixos-modules

This commit is contained in:
Sandro - 2023-09-07 22:10:54 +02:00
parent f0532562e4
commit 8004775584
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 5 deletions

View File

@ -36,8 +36,6 @@
sshKeys = ssh-public-keys;
};
documentation.nixos.enable = false;
environment = {
gnome.excludePackages = with pkgs; with gnome; [
baobab

View File

@ -27,9 +27,6 @@ in
postgresqlBackup = {
inherit (config.services.postgresql) enable;
backupAll = true;
compression = "zstd";
compressionLevel = 9;
pgdumpOptions = "--create --clean";
startAt = "*-*-* 04:00:00";
};