diff options
| -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. |
