mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
13 lines
211 B
Nix
13 lines
211 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./akkoma.nix
|
|
./homelab-dashboard.nix
|
|
./nextcloud.nix
|
|
# ./photoprism.nix
|
|
./grafana.nix
|
|
./forgejo.nix
|
|
./synapse-matrix.nix
|
|
./uptime-kuma.nix
|
|
];
|
|
}
|