make olm insecure override happen across all systems
This commit is contained in:
parent
3d3d5badb2
commit
1f4984b389
2 changed files with 5 additions and 6 deletions
|
|
@ -89,4 +89,9 @@
|
|||
dedicatedServer.openFirewall = true; # Open ports in the>
|
||||
localNetworkGameTransfers.openFirewall = true; # Open po>
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue