From fa2aefdb9a4108cf15312ca7bd7c7cc58e37990c Mon Sep 17 00:00:00 2001 From: sinavir Date: Thu, 9 Jan 2025 12:30:40 +0100 Subject: [PATCH] fix(agenix): Working rekeying --- patches/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/default.nix b/patches/default.nix index 5c0f6d2..1d7ad1a 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -32,4 +32,12 @@ in # Build netbird-relay (local ./nixpkgs/05-netbird-relay.patch) ]; + + "agenix" = [ + { + _type = "url"; + url = "https://github.com/ryantm/agenix/pull/292.patch"; + hash = "sha256-e45hiHF0HbCYb+3RRhy+8nNIFvefb6SZSN3xcl1mpvI="; + } + ]; } -- 2.47.1