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

7 lines
94 B
Nix
Raw Normal View History

_: {
2024-07-18 22:06:11 +05:30
imports = [
./transmission.nix
2024-07-18 23:15:30 +05:30
../../../shared/prometheus-exporters.nix
2024-07-18 22:06:11 +05:30
];
}