nixos-config/modules/services/default.nix
Charlotte Van Petegem 0fc6c32a47
Reorganize repository
2021-07-10 09:03:38 +02:00

13 lines
140 B
Nix

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