feat(io): add compat to hosts

This commit is contained in:
514fpv 2024-04-11 14:44:32 +08:00
parent 4a940c8b5f
commit 793d6d8fe1
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -23,6 +23,7 @@ in {
networking.hosts = {
"10.5.14.0" = [ "codec" ];
"10.5.14.1" = [ "redir" ];
"10.5.14.2" = [ "compat" ];
"192.168.123.1" = [ "netvm" ];
};