@cryptotaxi247 / infra-1 / commits / 9f67fe12

mjolnir: allow insecure olm

Jörg Thalheim committed Oct 11, 2024 at 11:10 UTC 9f67fe121f96c724adcca4f781da5aa6c37dbf64
1 file changed +2
non-critical-infra/modules/mjolnir.nix
+2
@@ -9,6 +9,8 @@
9 group = "mjolnir";
10 };
11
12 + nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
13 +
14 # pantalaimon takes ages to start up, so mjolnir could hit the systemd burst
15 # limit and then just be down forever. We don't want mjolnir to ever go down,
16 # so disable rate-limiting and allow it to flap until pantalaimon is alive.