nix-config/hosts/server10/microvms.nix
2022-06-07 20:15:09 +02:00

17 lines
349 B
Nix

{
microvm.autostart = [ "oparl" ];
c3d2.server.bridgePorts = {
serv = [ "oparl" "leon" "nfsroot" ];
};
nix = {
# fetch github-prebuilt microvm-kernels
binaryCaches = [
"https://microvm.cachix.org"
];
binaryCachePublicKeys = [
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
];
};
}