From a402f825a64d3a584b4247ba902b80efc7aa84b6 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Thu, 11 Jun 2026 17:44:50 -0400 Subject: [PATCH] block youtube --- hosts/nepsis/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = { -- 2.54.0