os/modules/wireguard/default.nix

13 lines
114 B
Nix

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