10 lines
89 B
Nix
10 lines
89 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./jimbo
|
|
./liquidsoap
|
|
./nextcloud
|
|
./nginx
|
|
];
|
|
}
|