mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:56:33 +01:00
Fix typo again#
This commit is contained in:
parent
0747fbe0fe
commit
41c0ace805
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ in
|
|||
"geek" = {
|
||||
master = false;
|
||||
masters = [ "202.83.95.229" ];
|
||||
file = "${pkgs.openic-dns-root-data}/geek.zone";
|
||||
file = "${pkgs.opennic-dns-root-data}/geek.zone";
|
||||
};
|
||||
"glue" = {
|
||||
master = false;
|
||||
masters = [ "195.201.99.61" "168.119.153.26" ];
|
||||
file = "${pkgs.openic-dns-root-data}/glue.zone";
|
||||
file = "${pkgs.opennic-dns-root-data}/glue.zone";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue