tomato/modules/nameservers/default.nix

9 lines
118 B
Nix
Raw Normal View History

2021-05-05 19:59:48 -04:00
{
networking.nameservers = [
"37.235.1.174"
"37.235.1.177"
"172.104.237.57"
"172.104.49.100"
];
}