fix(io): update redir address

This commit is contained in:
514fpv 2024-03-30 14:01:48 +08:00
parent 44d34fdb17
commit 5b6a1b9ddf
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -22,7 +22,7 @@ in {
networking.networkmanager.enable = mkDefault true;
networking.hosts = {
"10.5.14.0" = [ "codec" ];
"10.15.14.0" = [ "redir" ];
"10.5.14.1" = [ "redir" ];
"192.168.123.1" = [ "netvm" ];
};