nix-config/common/server/default.nix
Zuckerberg 7e812001f0
All checks were successful
Check Flake / check-flake (push) Successful in 6m12s
Add librechat
2024-02-09 19:57:09 -07:00

26 lines
415 B
Nix

{ config, pkgs, ... }:
{
imports = [
./nginx.nix
./thelounge.nix
./mumble.nix
./icecast.nix
./nginx-stream.nix
./matrix.nix
./zerobin.nix
./gitea.nix
./privatebin/privatebin.nix
./radio.nix
./samba.nix
./owncast.nix
./mailserver.nix
./nextcloud.nix
./iodine.nix
./searx.nix
./gitea-actions-runner.nix
./dashy.nix
./librechat.nix
];
}