diff --git a/nixos/hosts/framework-server/wireguard.nix b/nixos/hosts/framework-server/wireguard.nix index 3d9a0eaf..715b1ae3 100644 --- a/nixos/hosts/framework-server/wireguard.nix +++ b/nixos/hosts/framework-server/wireguard.nix @@ -1,7 +1,7 @@ { pkgs, config, lib, ... }: { # Allow these hosts to directly communicate with their hostnames - netweorking.extraHosts = '' + networking.extraHosts = '' 10.100.0.1 osaka-linode-01 10.100.0.2 framework-server '';