diff options
| author | Grisha Shipunov | 2026-01-18 20:37:28 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-18 20:37:28 +0100 |
| commit | 8a825782602405a88ce8b35c091f8cfaef77d1a2 (patch) | |
| tree | 4b45d9f4a2b15b2d884d74c766ccccef197d20e3 /modules/wg/proxy.nix | |
| parent | 8e55cd4b239d8f66b534d6f2374c34e2c4baf768 (diff) | |
disable radicale
Diffstat (limited to 'modules/wg/proxy.nix')
| -rw-r--r-- | modules/wg/proxy.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index 7427829..091f057 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -31,14 +31,6 @@ 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; - }; "immich" = { address = [ "10.89.88.13/24" |
