diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-28 21:31:45 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-28 21:31:45 -0400 |
| commit | be462f9f8e8a853435f4aeb15381471c37cb4540 (patch) | |
| tree | 8122bf2e8ba69e6437e33afdf83bc77444179195 /hosts/nepsis/configuration.nix | |
| parent | better fastfetch config (diff) | |
| download | nixos-be462f9f8e8a853435f4aeb15381471c37cb4540.tar.gz nixos-be462f9f8e8a853435f4aeb15381471c37cb4540.tar.bz2 nixos-be462f9f8e8a853435f4aeb15381471c37cb4540.zip | |
unblock yt
Diffstat (limited to '')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index ef7fd71..b7cecaf 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -15,11 +15,11 @@ ]; 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.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. |
