Files
nixcfg/modules/default.nix
2022-11-17 20:39:43 +00:00

23 lines
232 B
Nix

{
bigding = {
imports = [
./caddy
./dungflix
./monitoring
./synapse
];
};
dingbox = {
imports = [
./postgres
];
};
pingbox = {
imports = [
./postgres
];
};
}