1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-18 13:37:50 +00:00
Dotfiles/nix/modules/hosts.nix

11 lines
157 B
Nix
Raw Normal View History

2021-05-30 19:10:25 +00:00
{config, pkgs, ...}:
{
networking.extraHosts =
''
127.0.0.1 www.youtube.com
127.0.0.1 m.youtube.com
127.0.0.1 youtube.com
'';
}