arianrhod: try to get home network cache working

This commit is contained in:
Jez Cope 2023-07-05 20:41:46 +01:00
parent e89a5e4c04
commit 13ca1e56bb
1 changed files with 5 additions and 1 deletions

View File

@ -13,5 +13,9 @@
services.xserver.videoDrivers = [ "intel" "fbdev" ];
nix.settings.trusted-substituters = [ "http://gwydion.local:5000" ];
nix.settings = {
substituters = [ "http://192.168.50.204:5000" ];
trusted-public-keys =
[ "gwydion.local-1:NNt+ClE3Z7AKA4SvqtCB+gmBIzI/eUc1mqnecAzhCLI=" ];
};
}