feat(io): add netvm to hosts

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

View file

@ -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;