global(io): add netvm to hosts

This commit is contained in:
514fpv 2024-03-29 10:33:23 +08:00
parent a4a72440a1
commit 37ce4bd3f5
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

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;