diff --git a/m/apex/wireguard.nix b/m/apex/wireguard.nix index a0636be..bd5b351 100644 --- a/m/apex/wireguard.nix +++ b/m/apex/wireguard.nix @@ -28,4 +28,8 @@ ]; }; }; + + networking.hosts = { + "10.100.0.1" = [ "fox" ]; + }; }