Skip to content

Commit

Permalink
flake: remove zotero from insecure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Dec 13, 2023
1 parent 5271b38 commit c67d739
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@
{
nixpkgs = {
overlays = shared_overlays;
config.permittedInsecurePackages = [
"zotero-6.0.26"
];
config.permittedInsecurePackages = [];
};
hardware.enableRedistributableFirmware = true;
}
Expand Down

0 comments on commit c67d739

Please sign in to comment.