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

10 lines
164 B
Nix
Raw Normal View History

2024-07-18 22:06:11 +05:30
_: {
2024-07-20 20:15:13 +05:30
imports = [
2024-07-20 23:16:33 +05:30
./dendrite
2024-07-20 23:16:03 +05:30
./acomputer.lol.nix
2024-07-20 20:15:13 +05:30
./postgresql.nix
../../../shared/prometheus-exporters.nix
2024-07-21 19:10:11 +05:30
../../../shared/promtail.nix
2024-07-20 20:15:13 +05:30
];
2024-07-18 22:06:11 +05:30
}