9 lines
118 B
Nix
9 lines
118 B
Nix
|
{
|
||
|
networking.hosts = {
|
||
|
"0.0.0.0" = [
|
||
|
"pokemonshowdown.com"
|
||
|
"play.pokemonshowdown.com"
|
||
|
];
|
||
|
};
|
||
|
}
|