diff --git a/machines/okarin/configuration.nix b/machines/okarin/configuration.nix index a8137d7..0186bf0 100644 --- a/machines/okarin/configuration.nix +++ b/machines/okarin/configuration.nix @@ -36,14 +36,4 @@ 80 443 ]; - - services.postgresqlBackup = { - enable = true; - startAt = [ ]; # triggered by restic system backup - location = "/var/lib/postgresql-backup"; - }; - systemd.services.restic-backups-system = { - after = [ "postgresqlBackup.service" ]; - wants = [ "postgresqlBackup.service" ]; - }; }