Compare commits

...

1 Commits

Author SHA1 Message Date
98bc709431 Upgrade to nixseparatedebuginfod2 2025-12-02 11:39:39 +01:00

View File

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