From c332056d93f3eb485bd6cbf945005a0eaefeab4b Mon Sep 17 00:00:00 2001 From: 514fpv Date: Fri, 29 Mar 2024 10:29:57 +0800 Subject: [PATCH] feat(io): add net-priv hosts --- global/io/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global/io/default.nix b/global/io/default.nix index 9aad2d97..e76751c6 100644 --- a/global/io/default.nix +++ b/global/io/default.nix @@ -20,6 +20,10 @@ in { '' else ""); networking.networkmanager.enable = mkDefault true; + networking.hosts = { + "10.5.14.0" = [ "codec" ]; + "10.15.14.0" = [ "redir" ]; + }; hardware.bluetooth.enable = mkDefault cfg.bluetooth; hardware.pulseaudio = mkIf cfg.audio {