mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-21 11:47:01 -04:00
add debugginginfod
This commit is contained in:
parent
e210151292
commit
27369760a5
2 changed files with 9 additions and 0 deletions
8
common/systemModules/debug.nix
Normal file
8
common/systemModules/debug.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
nixseparatedebuginfod = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue