Skip to content

Commit

Permalink
Merge pull request #491 from NixOS/fix-non-critical-infra
Browse files Browse the repository at this point in the history
mjolnir: allow insecure olm
  • Loading branch information
Mic92 authored Oct 11, 2024
2 parents 3db6041 + 9f67fe1 commit 01dfaad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions non-critical-infra/modules/mjolnir.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
group = "mjolnir";
};

nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];

# pantalaimon takes ages to start up, so mjolnir could hit the systemd burst
# limit and then just be down forever. We don't want mjolnir to ever go down,
# so disable rate-limiting and allow it to flap until pantalaimon is alive.
Expand Down

0 comments on commit 01dfaad

Please sign in to comment.