nixos-config/services/default.nix

8 lines
54 B
Nix

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