mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
8 lines
91 B
Nix
8 lines
91 B
Nix
{ ... }:
|
|
{
|
|
services = {
|
|
nixseparatedebuginfod = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|