Fix replaced nixseparatedebuginfod

nixseparatedebuginfod has been replaced by nixseparatedebuginfod2
This commit is contained in:
Aleix Boné 2025-10-27 11:47:32 +01:00
parent 209f8a582e
commit 2264e15102
No known key found for this signature in database

View File

@ -1,3 +1,10 @@
{
services.nixseparatedebuginfod.enable = true;
services.nixseparatedebuginfod2 = {
enable = true;
substituters = [
"local:"
"https://cache.nixos.org"
"http://hut/cache"
];
};
}