From 1fca6eba467ea7e0eace15c03ac21b08933c4a2c Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 26 Nov 2024 20:25:15 +0300 Subject: [PATCH] freedom --- hosts/tartarus/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 7a3d7fb..ee9f191 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -42,6 +42,12 @@ networking.networkmanager.enable = true; + networking.extraHosts = + '' + 0.0.0.0 youtube.com + ::0 youtube.com + ''; + # Enable the X11 windowing system. # You can disable this if you're only using the Wayland session. services.xserver.enable = true;