Move modules to own directory

This commit is contained in:
2022-07-26 16:55:45 +01:00
parent 9954c0f177
commit cc11f89374
6 changed files with 30 additions and 19 deletions

10
modules/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{
bigding = {
imports = [
./caddy
./dungflix
./monitoring
./synapse
];
};
}