11 lines
112 B
Nix
11 lines
112 B
Nix
{
|
|
bigding = {
|
|
imports = [
|
|
./caddy
|
|
./dungflix
|
|
./monitoring
|
|
./synapse
|
|
];
|
|
};
|
|
}
|