15 lines
166 B
Nix
15 lines
166 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./accentor
|
|
./containers
|
|
./data-access
|
|
./deluge
|
|
./matrix
|
|
./nextcloud
|
|
./nginx
|
|
./syncthing
|
|
./tunnel
|
|
];
|
|
}
|