nixos-config/modules/services/default.nix
Charlotte Van Petegem 843811ce6f
syncthing: remove
2023-08-22 10:14:47 +02:00

20 lines
277 B
Nix

{ config, pkgs, ... }:
{
imports = [
./accentor
./containers
./data-access
./garmin-scraper
./git
./grafana
./mail
./mastodon
./matrix
./nextcloud
./nginx
./torrents
];
services.postgresql.package = pkgs.postgresql_15;
}