feat(io): add net-priv hosts
This commit is contained in:
parent
82fb0312cc
commit
c332056d93
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue