소스 검색

changed nameservers

master
Thorn Avery 3 년 전
부모
커밋
211e9670b0
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      flake.nix
  2. +8
    -0
      modules/nameservers/default.nix

+ 3
- 0
flake.nix 파일 보기

@@ -30,6 +30,9 @@
# disk partitions and such (plus more that needs to be taken out) # disk partitions and such (plus more that needs to be taken out)
(import ./hardware/iwakura) (import ./hardware/iwakura)


# sane nameservers because aussie gov blocks everything
(import ./modules/nameservers)

# community settings for this laptop # community settings for this laptop
nixos-hardware.nixosModules.lenovo-thinkpad-t420 nixos-hardware.nixosModules.lenovo-thinkpad-t420
nixos-hardware.nixosModules.common-pc-laptop-ssd nixos-hardware.nixosModules.common-pc-laptop-ssd


+ 8
- 0
modules/nameservers/default.nix 파일 보기

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

불러오는 중...
취소
저장