mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:36:11 +01:00
feat: added stevenblack's hosts file
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
hostName = "${hostname}";
|
||||
firewall.enable = true;
|
||||
|
||||
stevenblack = {
|
||||
enable = true;
|
||||
block = [ "fakenews" "gambling" "porn" ];
|
||||
};
|
||||
|
||||
wireless = {
|
||||
enable = false;
|
||||
iwd.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user