server10: enable microvm.nix binary cache

This commit is contained in:
Astro 2022-05-31 20:36:53 +02:00
parent fa1436ec42
commit a0f26c08cf
1 changed files with 10 additions and 0 deletions

View File

@ -3,4 +3,14 @@
c3d2.server.bridgePorts = {
serv = [ "oparl" ];
};
nix = {
# fetch github-prebuilt microvm-kernels
binaryCaches = [
"https://microvm.cachix.org"
];
binaryCachePublicKeys = [
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
];
};
}