mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-14 18:23:48 +00:00
10 lines
157 B
Nix
Executable file
10 lines
157 B
Nix
Executable file
{config, pkgs, ...}:
|
|
{
|
|
networking.extraHosts =
|
|
''
|
|
127.0.0.1 www.youtube.com
|
|
127.0.0.1 m.youtube.com
|
|
127.0.0.1 youtube.com
|
|
'';
|
|
|
|
}
|