1
1
Fork 1
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:
oddlama 2023-11-14 13:54:31 +01:00
parent c037780743
commit 749e7b49a8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 50 additions and 54 deletions

View file

@ -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;
}