diff options
Diffstat (limited to 'hosts/nepsis')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { |
