forked from rarias/jungle
11 lines
166 B
Nix
11 lines
166 B
Nix
{
|
|
services.nixseparatedebuginfod2 = {
|
|
enable = true;
|
|
substituters = [
|
|
"local:"
|
|
"https://cache.nixos.org"
|
|
"http://hut/cache"
|
|
];
|
|
};
|
|
}
|