nixos-config/services/default.nix
Antoine Martin 253530ea6f postgresql-backup: move to own services
This way the `startAt` setting is only set once.
2021-01-30 22:32:12 +01:00

12 lines
140 B
Nix

{ ... }:
{
imports = [
./borg-backup.nix
./matrix.nix
./miniflux.nix
./monitoring.nix
./postgresql-backup.nix
];
}