forked from mirrors_public/oddlama_nix-config
chore: disable nixseparatedebuginfod for now due to bug
This commit is contained in:
parent
143609b933
commit
0991e7cb15
2 changed files with 8 additions and 3 deletions
|
@ -8,7 +8,6 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.nixos-nftables-firewall.nixosModules.default
|
||||
inputs.nixseparatedebuginfod.nixosModules.default
|
||||
|
||||
../users/root
|
||||
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nixseparatedebuginfod.nixosModules.default
|
||||
./documentation.nix
|
||||
./yubikey.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [pkgs.man-pages pkgs.man-pages-posix];
|
||||
environment.enableDebugInfo = true;
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
# XXX: TODO reenable once https://github.com/symphorien/nixseparatedebuginfod/issues/11 is answered
|
||||
services.nixseparatedebuginfod.enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue