os/modules/wireguard/default.nix

10 lines
115 B
Nix

{...}: {
imports = [
./private.nix
./tunnel.nix
./pub.solar.nix
./momo.nix
./ehex.nix
];
}