global(io): add compat to hosts

This commit is contained in:
514fpv 2024-04-11 14:44:32 +08:00
parent 253142e97f
commit 4f0e076ab9
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

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" ];
};