nixos-config/modules/services/default.nix
Charlotte Van Petegem 31cf4df2c6
Add git server
2023-01-22 22:30:14 +01:00

19 lines
224 B
Nix

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