Iwakura/modules/blocked-sites/default.nix
2021-08-23 10:42:53 +00:00

9 lines
118 B
Nix

{
networking.hosts = {
"0.0.0.0" = [
"pokemonshowdown.com"
"play.pokemonshowdown.com"
];
};
}