14 lines
192 B
Nix
14 lines
192 B
Nix
|
{
|
||
|
imports = [
|
||
|
./baserow.nix
|
||
|
./little-link.nix
|
||
|
./matomo.nix
|
||
|
./mautic.nix
|
||
|
./n8n.nix
|
||
|
./nextcloud.nix
|
||
|
./nginx.nix
|
||
|
./ordercollector.nix
|
||
|
./wordpress.nix
|
||
|
];
|
||
|
}
|