diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-17 13:59:03 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-17 15:22:50 +0530 |
commit | bf8a48eae55bec89f06508136d65ee98ceace558 (patch) | |
tree | 954ef88efe5c3acd2163fbfc2c0c55e73b82188b /hosts/kay/modules/router.nix | |
parent | fabfc1b30919e58c1409da72b6f95b36110a575e (diff) |
networking/wireguard: init
Diffstat (limited to 'hosts/kay/modules/router.nix')
-rw-r--r-- | hosts/kay/modules/router.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/modules/router.nix b/hosts/kay/modules/router.nix index c33fff2..e390ded 100644 --- a/hosts/kay/modules/router.nix +++ b/hosts/kay/modules/router.nix @@ -37,6 +37,6 @@ in services.dnsmasq.settings = { dhcp-range = [ "${leaseRangeStart},${leaseRangeEnd}" ]; - interface = lanInterface; + interface = [ lanInterface ]; }; } |