system: gwydion as binary cache for arianrhod

This commit is contained in:
Jez Cope 2021-09-16 12:04:13 +01:00
parent 85aafdd28b
commit b77a940bf8
2 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,6 @@
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.videoDrivers = [ "intel" "fbdev" ];
nix.trustedBinaryCaches = [ "http://gwydion.local:5000" ];
}

View File

@ -45,4 +45,6 @@
userlist = [ "jez" ];
writeEnable = true;
};
services.nix-serve.enable = true;
}