nixos-config/services/default.nix

8 lines
54 B
Nix
Raw Normal View History

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