diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-24 17:54:51 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-24 17:54:51 -0800 |
| commit | 3701b8631a5c3e9c7992415f9e3fe1a3af77bbce (patch) | |
| tree | 5184c86a477d18e17fcb44cc63a2e802e6e8a88e /profiles/wireguard.nix | |
| parent | backup persisted data (diff) | |
| download | infra-3701b8631a5c3e9c7992415f9e3fe1a3af77bbce.tar.gz | |
Diffstat (limited to 'profiles/wireguard.nix')
| -rw-r--r-- | profiles/wireguard.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/profiles/wireguard.nix b/profiles/wireguard.nix index 5620699..9abb7ea 100644 --- a/profiles/wireguard.nix +++ b/profiles/wireguard.nix @@ -17,14 +17,15 @@ let publicKey = hostConfigurations.argonath.wgPublicKey; endpoint = "157.230.146.234"; }; - rivendell = { + framebox = { ip = 60; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; endpoint = "192.168.1.114"; }; test = { ip = 41; - publicKey = hostConfigurations.rivendell.wgPublicKey; + publicKey = hostConfigurations.framebox.wgPublicKey; + endpoint = "192.168.1.33"; }; }; |
