From 6a8de66bce23f24313ac656d33a46cc3db1f4884 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 31 Aug 2022 11:37:56 -0600 Subject: [PATCH] stan; listen for peerix on the dongle --- hosts/stan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/stan/default.nix b/hosts/stan/default.nix index 48e72de..001c77f 100644 --- a/hosts/stan/default.nix +++ b/hosts/stan/default.nix @@ -122,7 +122,7 @@ in { tsPeerix = { enable = true; privateKeyFile = "${config.sops.secrets.peerix_private_key.path}"; - interfaces = [ "tailscale0" "enp43s0" ]; + interfaces = [ "tailscale0" "enp43s0" "enp132s0u1" ]; }; services = {