We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374c8f9 commit cd34891Copy full SHA for cd34891
1 file changed
modules/shared/nix.nix
@@ -17,12 +17,12 @@ in
17
"@wheel"
18
];
19
substituters = [
20
- "http://192.168.0.201:8501?priority=1"
+ "http://10.10.0.51:8501?priority=1"
21
"https://bbigras-nix-config.cachix.org"
22
"https://nix-community.cachix.org"
23
24
trusted-public-keys = [
25
- "192.168.0.201:zSAiwQJTX02yGP2NSof1Pin339R5YP+91Y5xdaqFsnU="
+ "10.10.0.51:zSAiwQJTX02yGP2NSof1Pin339R5YP+91Y5xdaqFsnU="
26
"bbigras-nix-config.cachix.org-1:aXL6Q9Oi0jyF79YAKRu17iVNk9HY0p23OZX7FA8ulhU="
27
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
28
0 commit comments