cleanup config imports

This commit is contained in:
zuckerberg
2022-03-07 23:53:14 -05:00
parent 50ea80ad32
commit 7a08a607e4
6 changed files with 34 additions and 18 deletions

17
common/server/default.nix Normal file
View File

@@ -0,0 +1,17 @@
{ config, pkgs, ... }:
{
imports = [
./nginx.nix
./thelounge.nix
./mumble.nix
./icecast.nix
./nginx-stream.nix
./matrix.nix
./zerobin.nix
./gitea.nix
./privatebin/privatebin.nix
./drastikbot.nix
./radio.nix
];
}