All checks were successful
Check Flake / check-flake (push) Successful in 9m15s
23 lines
338 B
Nix
23 lines
338 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
|
|
./atticd.nix
|
|
./librechat.nix
|
|
./actualbudget.nix
|
|
./unifi.nix
|
|
./ntfy.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|