system/modules/nixos/services/vpn/wireguard/default.nix

8 lines
50 B
Nix

{ ... }:
{
imports = [
./client.nix
];
}