mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-01 06:27:18 +00:00
11 lines
157 B
Nix
11 lines
157 B
Nix
|
{config, pkgs, ...}:
|
||
|
{
|
||
|
networking.extraHosts =
|
||
|
''
|
||
|
127.0.0.1 www.youtube.com
|
||
|
127.0.0.1 m.youtube.com
|
||
|
127.0.0.1 youtube.com
|
||
|
'';
|
||
|
|
||
|
}
|