global(io): add netvm to hosts
This commit is contained in:
parent
c5bd00bb3a
commit
4b0d2f17d5
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ in {
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"10.5.14.0" = [ "codec" ];
|
"10.5.14.0" = [ "codec" ];
|
||||||
"10.15.14.0" = [ "redir" ];
|
"10.15.14.0" = [ "redir" ];
|
||||||
|
|
||||||
|
"192.168.123.1" = [ "netvm" ];
|
||||||
};
|
};
|
||||||
hardware.bluetooth.enable = mkDefault cfg.bluetooth;
|
hardware.bluetooth.enable = mkDefault cfg.bluetooth;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue