From: Skullheadx Date: Thu, 11 Jun 2026 21:44:50 +0000 (-0400) Subject: block youtube X-Git-Url: http://git.skullheadx.com/tech/blog/openbsd_html_css/static/projects/suckless.html?a=commitdiff_plain;p=nixos.git block youtube --- diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index e82e7a3..2b12ef1 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -15,6 +15,12 @@ ]; networking.hostName = "nepsis"; + networking.extraHosts = '' + 0.0.0.0 youtube.com + 0.0.0.0 www.youtube.com + 0.0.0.0 www.youtu.be + ''; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. programs.ssh = {