diff --git a/nixos/hosts/backups-rpi4/wireguard.nix b/nixos/hosts/backups-rpi4/wireguard.nix index dc12cce5..3c4cc10d 100644 --- a/nixos/hosts/backups-rpi4/wireguard.nix +++ b/nixos/hosts/backups-rpi4/wireguard.nix @@ -3,7 +3,7 @@ # Allow these hosts to directly communicate with their hostnames networking.extraHosts = '' 10.100.0.1 osaka-linode-01 - 10.100.0.2 framework-server + 10.100.0.2 framework-server-wg 10.100.0.3 backups-rpi4 ''; @@ -41,4 +41,4 @@ }; }; }; -} \ No newline at end of file +}