add debugginginfod

This commit is contained in:
sadan 2025-01-02 00:57:20 -05:00
parent e210151292
commit 27369760a5
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
services = {
nixseparatedebuginfod = {
enable = true;
};
};
}