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

@ -21,6 +21,7 @@
../../common/systemModules/crypt.nix
../../common/systemModules/printing.nix
../../common/systemModules/stylix.nix
../../common/systemModules/debug.nix
# USERS
../../common/users/meyer
];

View file

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