Commit bbc923d8791b

Vincent Demeester <vincent@sbr.pm>
2026-05-19 09:37:14
fix: resolve build failures after flake update
Permitted insecure python3.13-beets-2.5.1 on aion and rhea. Updated caddy withPlugins vendor hash on carthage and kerkouane.
1 parent 5e667d5
Changed files (4)
systems
systems/aion/extra.nix
@@ -37,6 +37,10 @@ let
   };
 in
 {
+  nixpkgs.config.permittedInsecurePackages = [
+    "python3.13-beets-2.5.1"
+  ];
+
   imports = [
     ../common/services/samba.nix
     ../common/services/homepage.nix
systems/carthage/extra.nix
@@ -706,7 +706,7 @@ in
     # Use Caddy with rate-limit plugin
     package = pkgs.caddy.withPlugins {
       plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.1-0.20250915152450-04ea34edc0c4" ];
-      hash = "sha256-HsastuExreRLPw+d2Z1WP0p6IHY2GLNhjpPTRpxPiB0=";
+      hash = "sha256-UV7fT6S5yC0OT5NTVrOieeUD4KYsho9rSsUscIbRpjU=";
     };
 
     # Enable Prometheus metrics on VPN interface only
systems/kerkouane/extra.nix
@@ -480,7 +480,7 @@ in
     # Use Caddy with rate-limit plugin
     package = pkgs.caddy.withPlugins {
       plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.1-0.20250915152450-04ea34edc0c4" ];
-      hash = "sha256-HsastuExreRLPw+d2Z1WP0p6IHY2GLNhjpPTRpxPiB0=";
+      hash = "sha256-UV7fT6S5yC0OT5NTVrOieeUD4KYsho9rSsUscIbRpjU=";
     };
 
     # Enable Prometheus metrics on VPN interface only
systems/rhea/extra.nix
@@ -75,6 +75,10 @@ let
   };
 in
 {
+  nixpkgs.config.permittedInsecurePackages = [
+    "python3.13-beets-2.5.1"
+  ];
+
   imports = [
     ../common/services/samba.nix