feat(tverskoy): Configure whitby binary cache
Change-Id: I51d4b42998d6005da15e4d0bed82062cd4e36fe9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2848 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
0f1d3de26f
commit
cbd6f5bbae
1 changed files with 15 additions and 5 deletions
|
@ -31,11 +31,21 @@ in lib.fix(self: {
|
||||||
"${nixpkgs.home-manager.src}/nixos"
|
"${nixpkgs.home-manager.src}/nixos"
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.nixPath = lib.mkForce [
|
nix = {
|
||||||
"nixpkgs=${depot.third_party.nixpkgsSrc}"
|
nixPath = lib.mkForce [
|
||||||
"nixos=${depot.third_party.nixpkgsSrc}"
|
"nixpkgs=${depot.third_party.nixpkgsSrc}"
|
||||||
"depot=/depot"
|
"nixos=${depot.third_party.nixpkgsSrc}"
|
||||||
];
|
"depot=/depot"
|
||||||
|
];
|
||||||
|
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk="
|
||||||
|
];
|
||||||
|
|
||||||
|
binaryCaches = [
|
||||||
|
"https://cache.tvl.su"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = [ "nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
initrd.availableKernelModules = [ "nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||||
|
|
Loading…
Reference in a new issue