common/nixseparatedebuginfod: init
This commit is contained in:
parent
c885d4f515
commit
881c5f3633
hosts/common
@ -21,6 +21,7 @@ in {
|
||||
./services/libinput.nix
|
||||
./services/locate.nix
|
||||
./services/logind.nix
|
||||
./services/nixseparatedebuginfod.nix
|
||||
./services/openssh.nix
|
||||
./services/pcscd.nix
|
||||
./services/pipewire.nix
|
||||
|
6
hosts/common/services/nixseparatedebuginfod.nix
Normal file
6
hosts/common/services/nixseparatedebuginfod.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ config, ... }: {
|
||||
services.nixseparatedebuginfod = {
|
||||
enable = true;
|
||||
nixPackage = config.nix.package;
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user