changed nameservers

This commit is contained in:
Thorn Avery 2021-05-05 23:59:48 +00:00
parent 61e2d3ce4c
commit 211e9670b0
2 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,9 @@
# disk partitions and such (plus more that needs to be taken out)
(import ./hardware/iwakura)
# sane nameservers because aussie gov blocks everything
(import ./modules/nameservers)
# community settings for this laptop
nixos-hardware.nixosModules.lenovo-thinkpad-t420
nixos-hardware.nixosModules.common-pc-laptop-ssd

View File

@ -0,0 +1,8 @@
{
networking.nameservers = [
"37.235.1.174"
"37.235.1.177"
"172.104.237.57"
"172.104.49.100"
];
}