Add global rate limiting

This commit is contained in:
2026-02-10 09:07:43 -06:00
parent 10c3898b0b
commit 473b776166
5 changed files with 484 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
description = "eve-psr-nix0 - Home Server";
inputs = {
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";