All checks were successful
Check Flake / check-flake (push) Successful in 1m21s
20 lines
284 B
Nix
20 lines
284 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
./thelounge.nix
|
|
./mumble.nix
|
|
./matrix.nix
|
|
./gitea.nix
|
|
./samba.nix
|
|
./owncast.nix
|
|
./mailserver.nix
|
|
./nextcloud.nix
|
|
./gitea-actions-runner.nix
|
|
./librechat.nix
|
|
./actualbudget.nix
|
|
./unifi.nix
|
|
];
|
|
}
|