26 lines
278 B
Nix
26 lines
278 B
Nix
{
|
|
bigding = {
|
|
imports = [
|
|
./caddy
|
|
./dungflix
|
|
./fail2ban
|
|
./gitea
|
|
./golink
|
|
./monitoring
|
|
./synapse
|
|
];
|
|
};
|
|
|
|
dingbox = {
|
|
imports = [
|
|
./postgres
|
|
];
|
|
};
|
|
|
|
pingbox = {
|
|
imports = [
|
|
./postgres
|
|
];
|
|
};
|
|
}
|