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

15 lines
251 B
Nix
Raw Normal View History

2024-07-04 01:13:49 +05:30
_: {
2024-07-18 22:06:11 +05:30
imports = [
./acomputer.lol.nix
2024-10-27 19:12:02 +05:30
./adtya.xyz.nix
./dendrite.nix
./forgejo.nix
./ntfy.nix
2024-10-27 19:12:02 +05:30
./proofs.nix
./wiki.nix
./dendrite.nix
2024-07-18 23:15:30 +05:30
../../../shared/prometheus-exporters.nix
2024-07-21 19:10:11 +05:30
../../../shared/promtail.nix
2024-07-18 22:06:11 +05:30
];
2024-07-04 01:13:49 +05:30
}