From 5098be7bb36ad921c76e254bc5c42ccca3f1daa9 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 25 Sep 2021 18:23:08 +0200 Subject: [PATCH] prowlarr host, angellane rename --- hosts/architect/network.nix | 5 +++-- hosts/architect/wireguard.nix | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/architect/network.nix b/hosts/architect/network.nix index 41ad687..72d84bf 100644 --- a/hosts/architect/network.nix +++ b/hosts/architect/network.nix @@ -39,14 +39,14 @@ rec { dima-wg = "10.3.0.23"; mikey-wg = "10.3.0.24"; eleonora-wg = "10.3.0.100"; - broccolino-wg = "10.3.0.200"; + angellane-wg = "10.3.0.200"; hotpottino-wg = "10.3.0.201"; dodino-wg = "10.3.0.202"; boogino-wg = "10.3.0.203"; # groups gdevices-wg = [ galuminum-wg oneplus-wg ipad-wg gbeast-wg peppiniell-wg padulino-wg angelino-wg ]; - routers-wg = [ hotpottino-wg broccolino-wg dodino-wg ]; + routers-wg = [ hotpottino-wg angellane-wg dodino-wg ]; c2c-wg = [ ] ++ gdevices-wg; towan-wg = [ shield-wg parisaphone-wg parisapc-wg ] ++ gdevices-wg ++ routers-wg; @@ -62,4 +62,5 @@ rec { clouddomain = "cloud.giugl.io"; matrixdomain = "matrix.giugl.io"; matrixwebdomain = "chat.giugl.io"; + prowlarrdomain = "htpro.giugl.io"; } diff --git a/hosts/architect/wireguard.nix b/hosts/architect/wireguard.nix index 35507d2..6cc0d03 100644 --- a/hosts/architect/wireguard.nix +++ b/hosts/architect/wireguard.nix @@ -17,7 +17,8 @@ with import ./network.nix; { # OnePlus allowedIPs = [oneplus-wg]; - publicKey = "uOQUJo+AfhTAFq50Pt80rdX4PmO28WUARngE2AtwdXU="; +# publicKey = "uOQUJo+AfhTAFq50Pt80rdX4PmO28WUARngE2AtwdXU="; + publicKey = "zynSERy6VhxN5zBf1ih3BOAHxvigDixHB9YKnSBgYFs="; } @@ -85,9 +86,9 @@ with import ./network.nix; { - # broccolino - allowedIPs = [broccolino-wg]; - publicKey = "Ig97XCKYZvMperGlQgoKdqvw6VyNHf5+MvcimKEUs1Y="; + # angellane + allowedIPs = [angellane-wg]; + publicKey = "MZ+nZklHpBxTL7QN9QJpBBx7yOYRZLONfvqAnuk85x0="; }