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

@ -89,4 +89,9 @@
dedicatedServer.openFirewall = true; # Open ports in the>
localNetworkGameTransfers.openFirewall = true; # Open po>
};
nixpkgs.config.permittedInsecurePackages = [
"olm-3.2.16"
];
}