os/modules/wireguard/default.nix

12 lines
94 B
Nix

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