feat(io): add net-priv hosts
This commit is contained in:
parent
1cb0e12246
commit
61e84067f2
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ in {
|
||||||
'' else "");
|
'' else "");
|
||||||
|
|
||||||
networking.networkmanager.enable = mkDefault true;
|
networking.networkmanager.enable = mkDefault true;
|
||||||
|
networking.hosts = {
|
||||||
|
"10.5.14.0" = [ "codec" ];
|
||||||
|
"10.15.14.0" = [ "redir" ];
|
||||||
|
};
|
||||||
hardware.bluetooth.enable = mkDefault cfg.bluetooth;
|
hardware.bluetooth.enable = mkDefault cfg.bluetooth;
|
||||||
|
|
||||||
hardware.pulseaudio = mkIf cfg.audio {
|
hardware.pulseaudio = mkIf cfg.audio {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue