diff --git a/global/io/default.nix b/global/io/default.nix index e76751c6..b75bb71c 100644 --- a/global/io/default.nix +++ b/global/io/default.nix @@ -23,6 +23,8 @@ in { networking.hosts = { "10.5.14.0" = [ "codec" ]; "10.15.14.0" = [ "redir" ]; + + "192.168.123.1" = [ "netvm" ]; }; hardware.bluetooth.enable = mkDefault cfg.bluetooth;