diff options
| author | Grisha Shipunov | 2025-01-24 23:15:25 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-25 02:16:38 +0100 |
| commit | 813ab5d40c627ba5b465ad849994a2087093d4b5 (patch) | |
| tree | 6dcf7903d14107230163e4c8df400760b47217fc /modules/wg | |
| parent | 56ac9e4fd5d5f2ff939ebf45f34a473a1c4f8eb6 (diff) | |
miniflux: init
Diffstat (limited to 'modules/wg')
| -rw-r--r-- | modules/wg/proxy.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index 5dae4c4..f149049 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -47,6 +47,14 @@ publicKey = "NXBlfKx4udjI6C7Dcp1Us7lYnE+L0avnMb1VSLxj42s="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "miniflux" = { + address = [ + "10.89.88.14/24" + "fd31:185d:722f::14/48" + ]; + publicKey = "2Lvjzg8k5EIR0Y5mlsCHOs1cJl1+1SL0QMxkKUmliE0="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
