os/modules/wireguard/default.nix

14 lines
129 B
Nix

{
lib,
config,
pkgs,
...
}: {
imports = [
./private.nix
./tunnel.nix
./pub.solar.nix
./ehex.nix
];
}