cleanup config imports
This commit is contained in:
17
common/server/default.nix
Normal file
17
common/server/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user