mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 06:19:00 +00:00
hosts/plover: remove unused bindings
This commit is contained in:
parent
24b70bf04a
commit
ccb05b35ae
@ -3,12 +3,9 @@
|
|||||||
# Take note this service is heavily based on the hardware networking setup of
|
# Take note this service is heavily based on the hardware networking setup of
|
||||||
# this host so better stay focused on the hardware configuration on this host.
|
# this host so better stay focused on the hardware configuration on this host.
|
||||||
let
|
let
|
||||||
acmeName = "wireguard.${config.networking.domain}";
|
|
||||||
inherit (builtins) toString;
|
|
||||||
inherit (import ../hardware/networks.nix) interfaces wireguardPort wireguardPeers;
|
inherit (import ../hardware/networks.nix) interfaces wireguardPort wireguardPeers;
|
||||||
|
|
||||||
wireguardIFName = interfaces.wireguard0.ifname;
|
wireguardIFName = interfaces.wireguard0.ifname;
|
||||||
lanIFName = interfaces.lan.ifname;
|
|
||||||
|
|
||||||
desktopPeerAddresses = with wireguardPeers.desktop; [ "${IPv4}/32" "${IPv6}/128" ];
|
desktopPeerAddresses = with wireguardPeers.desktop; [ "${IPv4}/32" "${IPv6}/128" ];
|
||||||
phonePeerAddresses = with wireguardPeers.phone; [ "${IPv4}/32" "${IPv6}/128" ];
|
phonePeerAddresses = with wireguardPeers.phone; [ "${IPv4}/32" "${IPv6}/128" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user