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

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