europa: remove insecure electrion permit

This commit is contained in:
Aaron Bieber 2024-02-24 10:24:57 -07:00
parent 6f360711c5
commit 1e53cb19a5
No known key found for this signature in database

View File

@ -103,7 +103,6 @@ in
nixpkgs.config = {
allowUnfree = true;
allowUnsupportedSystem = true;
permittedInsecurePackages = todo "Obsidian is using insecure electron!" [ "electron-25.9.0" ];
};
boot = {