nixos-config/modules/services/default.nix
2021-09-23 15:22:02 +02:00

15 lines
166 B
Nix

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