From 5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 14 Jan 2025 21:24:05 +0000 Subject: yeet authentik, add keycloak and radicale --- modules/wg/proxy.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'modules/wg/proxy.nix') diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index 60516fe..8885269 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -23,12 +23,20 @@ publicIface = "enp1s0"; }; }; - "authentik" = { + "auth" = { address = [ - "10.89.88.2/24" - "fd31:185d:722f::2/48" + "10.89.88.11/24" + "fd31:185d:722f::11/48" ]; - publicKey = "/0DRKWg3U/WuR8iYtH8bD2i+RXTWRzj6+MCS3xFfg1o="; + publicKey = "5pW+lt3Xty8IdQ3ndcIXR3B7pl3hV+8M+EgvGmaRhyU="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; + "radicale" = { + address = [ + "10.89.88.12/24" + "fd31:185d:722f::12/48" + ]; + publicKey = "EIdTwWTqGJv9i2rV+Uu8d/QptGwFAFjHcHp/Hquhr3g="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; }; -- cgit v1.3.1