feat(io): add net-priv hosts

This commit is contained in:
514fpv 2024-03-29 10:29:57 +08:00
parent 82fb0312cc
commit c332056d93
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

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 {