13 lines
260 B
Nix
13 lines
260 B
Nix
# (https://nixos.wiki/wiki/Module).
|
|
|
|
{
|
|
# example = ./example.nix;
|
|
cloudflared = ./cloudflared.nix;
|
|
ports = ./ports.nix;
|
|
nginx = ./nginx.nix;
|
|
pilot = ./pilot.nix;
|
|
pounce = ./pounce.nix;
|
|
dns = ./dns.nix;
|
|
dns-assertions = ./dns-assertions.nix;
|
|
}
|