forked from colonelpanic/dotfiles
11 lines
270 B
Nix
11 lines
270 B
Nix
{
|
|
nix = {
|
|
trustedBinaryCaches = [ https://nix.oregon.dfinity.build ];
|
|
binaryCachePublicKeys = [ "hydra.oregon.dfinity.build-2:KMTixHrh9DpAjF/0xU/49VEtNuGzQ71YaVIUSOLUaCM=" ];
|
|
};
|
|
networking.extraHosts =
|
|
''
|
|
10.20.12.55 nix.oregon.dfinity.build
|
|
'';
|
|
}
|