diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-11 17:44:50 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-11 17:44:50 -0400 |
| commit | a402f825a64d3a584b4247ba902b80efc7aa84b6 (patch) | |
| tree | ed9ff28044a60bf85b0ec36c698a07a0339bd102 /hosts/nepsis | |
| parent | Revert "sfeed moved to homelab" (diff) | |
| download | nixos-a402f825a64d3a584b4247ba902b80efc7aa84b6.tar.gz nixos-a402f825a64d3a584b4247ba902b80efc7aa84b6.tar.bz2 nixos-a402f825a64d3a584b4247ba902b80efc7aa84b6.zip | |
block youtube
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 = { |
