mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
add debugginginfod
This commit is contained in:
parent
e210151292
commit
27369760a5
2 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
../../common/systemModules/crypt.nix
|
../../common/systemModules/crypt.nix
|
||||||
../../common/systemModules/printing.nix
|
../../common/systemModules/printing.nix
|
||||||
../../common/systemModules/stylix.nix
|
../../common/systemModules/stylix.nix
|
||||||
|
../../common/systemModules/debug.nix
|
||||||
# USERS
|
# USERS
|
||||||
../../common/users/meyer
|
../../common/users/meyer
|
||||||
];
|
];
|
||||||
|
|
8
common/systemModules/debug.nix
Normal file
8
common/systemModules/debug.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services = {
|
||||||
|
nixseparatedebuginfod = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue