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

11 lines
178 B
Nix
Raw Normal View History

2024-07-18 22:06:11 +05:30
_: {
2024-07-20 20:15:13 +05:30
imports = [
2024-11-27 23:59:27 +05:30
./conduwuit.nix
2024-09-23 20:48:06 +05:30
./forgejo.nix
2024-09-17 23:13:44 +05:30
./ntfy.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
}