diff --git a/config/default.nix b/config/default.nix index 91fc649c..eb140296 100644 --- a/config/default.nix +++ b/config/default.nix @@ -36,8 +36,6 @@ sshKeys = ssh-public-keys; }; - documentation.nixos.enable = false; - environment = { gnome.excludePackages = with pkgs; with gnome; [ baobab diff --git a/modules/backup.nix b/modules/backup.nix index 10abd235..c62d396d 100644 --- a/modules/backup.nix +++ b/modules/backup.nix @@ -27,9 +27,6 @@ in postgresqlBackup = { inherit (config.services.postgresql) enable; backupAll = true; - compression = "zstd"; - compressionLevel = 9; - pgdumpOptions = "--create --clean"; startAt = "*-*-* 04:00:00"; };