nixos-config/modules/services/default.nix
Charlotte Van Petegem 6597734af7
Mastodon
2022-11-02 11:45:07 +01:00

18 lines
214 B
Nix

{ ... }:
{
imports = [
./accentor
./containers
./data-access
./deluge
./garmin-scraper
./grafana
./mail
./mastodon
./matrix
./nextcloud
./nginx
./syncthing
];
}