mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
15 lines
236 B
Nix
15 lines
236 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
# ./akkoma.nix
|
|
./homelab-dashboard.nix
|
|
./nextcloud.nix
|
|
# ./photoprism.nix
|
|
./irc-server.nix
|
|
./grafana.nix
|
|
./forgejo.nix
|
|
# ./synapse-matrix.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|