arianrhod: rename nix.settings.trustedBinaryCaches

This commit is contained in:
Jez Cope 2022-12-18 19:03:13 +00:00
parent 5872fe5382
commit 07d77230aa
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@
services.xserver.videoDrivers = [ "intel" "fbdev" ];
nix.trustedBinaryCaches = [ "http://gwydion.local:5000" ];
nix.settings.trusted-substituters = [ "http://gwydion.local:5000" ];
}