mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: update flake
This commit is contained in:
parent
c037780743
commit
749e7b49a8
2 changed files with 50 additions and 54 deletions
|
@ -30,10 +30,5 @@ lib.optionalAttrs (!minimal) {
|
|||
}
|
||||
];
|
||||
|
||||
services.nixseparatedebuginfod = {
|
||||
enable = true;
|
||||
# We need a system-level user to be able to use nix.settings.allowed-users with it.
|
||||
# TODO: remove once https://github.com/NixOS/nix/issues/9071 is fixed
|
||||
allowUser = true;
|
||||
};
|
||||
services.nixseparatedebuginfod.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue