configuration.nix/hosts/wynne/services/apps/default.nix
2024-11-28 00:27:13 +05:30

10 lines
178 B
Nix

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