summaryrefslogtreecommitdiffstats
path: root/hosts/nepsis/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nepsis/configuration.nix')
-rw-r--r--hosts/nepsis/configuration.nix6
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 = {