configuration.nix/hosts/wynne/services/apps/default.nix

10 lines
173 B
Nix

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