summary refs log tree commit diff
path: root/modules/foundation/default.nix
blob: 62c6f85550757327969b5220ee652e99d3ecd361 (plain)
1
2
3
4
5
6
7
8
{ ... }:

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