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

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