nixos-config/modules/services/default.nix
Charlotte Van Petegem b89e990706
Setup headscale
2022-11-18 19:00:24 +01:00

19 lines
230 B
Nix

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