make olm insecure override happen across all systems

This commit is contained in:
alyx 2025-07-27 00:05:06 +01:00
parent 3d3d5badb2
commit 1f4984b389
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

View file

@ -271,12 +271,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-7.0.410"
"dotnet-sdk-6.0.428"
"dotnet-runtime-7.0.20"
"olm-3.2.16"
];
services.gvfs.enable = true;