8 lines
86 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/monitoring
];
}