forked from tA/Iwakura
changed nameservers
This commit is contained in:
parent
61e2d3ce4c
commit
211e9670b0
@ -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
|
||||
|
8
modules/nameservers/default.nix
Normal file
8
modules/nameservers/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
networking.nameservers = [
|
||||
"37.235.1.174"
|
||||
"37.235.1.177"
|
||||
"172.104.237.57"
|
||||
"172.104.49.100"
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user