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

15 lines
251 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
2024-11-01 15:42:03 +05:30
./prowlarr.nix
2024-11-01 16:55:22 +05:30
./bazarr.nix
2024-11-01 19:21:04 +05:30
./lidarr.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
];
}