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

10 lines
179 B
Nix

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