nixos-servers/hosts/monitoring01/default.nix

8 lines
86 B
Nix

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