feat(io): add compat to hosts
This commit is contained in:
parent
4a940c8b5f
commit
793d6d8fe1
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue