2022-12-28 13:27:18 +01:00
|
|
|
# (https://nixos.wiki/wiki/Module).
|
|
|
|
|
|
|
|
{
|
2024-08-05 20:31:34 +02:00
|
|
|
# example = ./example.nix;
|
|
|
|
cloudflared = ./cloudflared.nix;
|
|
|
|
ports = ./ports.nix;
|
|
|
|
nginx = ./nginx.nix;
|
|
|
|
pilot = ./pilot.nix;
|
|
|
|
pounce = ./pounce.nix;
|
2022-12-28 13:27:18 +01:00
|
|
|
}
|