diff options
| author | Grisha Shipunov | 2025-06-11 22:53:22 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-06-13 02:43:39 +0200 |
| commit | 2a44e5c81e2d46766ed095d5e94c5fafbd5d85fa (patch) | |
| tree | a92be8f459d29acb7b9c3e405c51c35ccc67ecfe /modules | |
| parent | 3e6faa5d092ef00255adbf7edd4efe2d15accb3f (diff) | |
deploy stream (navidrome) microvm
Diffstat (limited to 'modules')
| -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 3b92b8d..7427829 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -71,6 +71,14 @@ publicKey = "dj5/CnTAFe5ELnZ5oWonYc+5VdzDyooTYGb/bqcxf3Y="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; + "stream" = { + address = [ + "10.89.88.17/24" + "fd31:185d:722f::17/48" + ]; + publicKey = "RDxbOvd/1FSWqIp5v1++wPBcG1hScAT4mhIlMZdvxU4="; + privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; + }; }; } ]; |
