global(io): add net-priv hosts

This commit is contained in:
514fpv 2024-03-29 10:29:57 +08:00
parent f4f7574361
commit a4a72440a1
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -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 {