Skip to content

non-critical-infra: set up debuginfo server - #603

Draft
mweinelt wants to merge 2 commits into
mainfrom
debuginfod
Draft

non-critical-infra: set up debuginfo server#603
mweinelt wants to merge 2 commits into
mainfrom
debuginfod

Conversation

@mweinelt

@mweinelt mweinelt commented Mar 30, 2025

Copy link
Copy Markdown
Member

Waiting for NixOS/nixpkgs#394674

Comment thread non-critical-infra/modules/debuginfod/index.html
Comment thread non-critical-infra/modules/debuginfod/index.html Outdated
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
../nginx.nix
];

services.nixseparatedebuginfod.enable = true;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
services.nixseparatedebuginfod.enable = true;
services.nixseparatedebuginfod2 = {
enable = true;
substituters = [ "https://cache.nixos.org" ];
};

I think nixseparatedebuginfod2 is not ready.
Substituters are explicitly set so that the local store is not served.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants