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

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