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

13 lines
216 B
Nix
Raw Normal View History

_: {
2024-07-18 22:06:11 +05:30
imports = [
2024-08-29 22:09:47 +05:30
./jellyfin.nix
2024-07-18 22:06:11 +05:30
./transmission.nix
2024-10-22 20:29:05 +05:30
./radarr.nix
./sonarr.nix
2024-10-26 13:08:28 +05:30
./readarr.nix
./jackett.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
];
}