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

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