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

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