nixos-config/modules/services/default.nix
2022-04-28 23:09:11 +02:00

16 lines
178 B
Nix

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