From 2cea4c720900e8ecd1c0ca0ec585b618ae72c583 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 11 Dec 2023 21:07:47 +0900 Subject: [PATCH] Typo --- nixos/hosts/framework-server/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';