about summary refs log tree commit diff
path: root/hosts/common/server/default.nix
blob: 2986f66c98825cdec3bda72c1dcb34cb5a69d3d0 (plain) (blame)
1
2
3
4
5
6
7
{ config, pkgs, lib, ... }:

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