configuration.nix/hosts/wynne/services/apps/default.nix
2024-11-27 23:59:27 +05:30

11 lines
193 B
Nix

_: {
imports = [
./conduwuit.nix
./dendrite
./forgejo.nix
./ntfy.nix
./postgresql.nix
../../../shared/prometheus-exporters.nix
../../../shared/promtail.nix
];
}