nixos-config/modules/services/default.nix
Charlotte Van Petegem 591c61c978
Revert "Setup headscale"
This reverts commit b89e990706.
2022-11-18 19:02:05 +01:00

18 lines
214 B
Nix

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