Commit bbc923d8791b
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