Files
jungle/m/module/debuginfod.nix

11 lines
166 B
Nix

{
services.nixseparatedebuginfod2 = {
enable = true;
substituters = [
"local:"
"https://cache.nixos.org"
"http://hut/cache"
];
};
}