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

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