summaryrefslogtreecommitdiff
path: root/modules/wg
diff options
context:
space:
mode:
authorGrigory Shipunov2025-01-14 21:24:05 +0000
committerGrigory Shipunov2025-01-19 19:21:43 +0000
commit5c3f0886e592ff2d3e3a8588ab496f36c19e0ce9 (patch)
tree53593dfbed713fe889cd533c1bd38506c1a09bfa /modules/wg
parent2f2318aaaa6745cdf3a58142b988b2550bf6b952 (diff)
yeet authentik, add keycloak and radicale
Diffstat (limited to 'modules/wg')
-rw-r--r--modules/wg/proxy.nix16
1 files changed, 12 insertions, 4 deletions
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;
};
};