10 lines
173 B
Nix
10 lines
173 B
Nix
_: {
|
|
imports = [
|
|
./dendrite
|
|
./forgejo.nix
|
|
./ntfy.nix
|
|
./postgresql.nix
|
|
../../../shared/prometheus-exporters.nix
|
|
../../../shared/promtail.nix
|
|
];
|
|
}
|