mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
changed
This commit is contained in:
parent
e07d6b2aab
commit
566eae471e
1 changed files with 7 additions and 0 deletions
|
|
@ -318,6 +318,13 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
policies = {
|
||||||
|
WebsiteFilter = {
|
||||||
|
Block = [
|
||||||
|
"*://*.pokemonshowdown.com/*"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue