feat(io): add netvm to hosts
This commit is contained in:
parent
c332056d93
commit
bce6dcc5fd
|
@ -23,6 +23,8 @@ in {
|
|||
networking.hosts = {
|
||||
"10.5.14.0" = [ "codec" ];
|
||||
"10.15.14.0" = [ "redir" ];
|
||||
|
||||
"192.168.123.1" = [ "netvm" ];
|
||||
};
|
||||
hardware.bluetooth.enable = mkDefault cfg.bluetooth;
|
||||
|
||||
|
|
Loading…
Reference in a new issue