mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
16 lines
304 B
Nix
16 lines
304 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./akkoma.nix
|
|
# ./archivebox.nix
|
|
./homelab-dashboard.nix
|
|
# ./nextcloud.nix
|
|
# ./photoprism.nix
|
|
# TODO: configure irc server correctly
|
|
# ./irc-server.nix
|
|
./grafana.nix
|
|
./forgejo.nix
|
|
# ./synapse-matrix.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|