fix(agenix): Working rekeying
This commit is contained in:
parent
b7ccb14bf8
commit
388bbd747d
1 changed files with 8 additions and 0 deletions
|
@ -32,4 +32,12 @@ in
|
||||||
# Build netbird-relay
|
# Build netbird-relay
|
||||||
(local ./nixpkgs/05-netbird-relay.patch)
|
(local ./nixpkgs/05-netbird-relay.patch)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"agenix" = [
|
||||||
|
{
|
||||||
|
_type = "url";
|
||||||
|
url = "https://github.com/ryantm/agenix/pull/292.patch";
|
||||||
|
hash = "sha256-e45hiHF0HbCYb+3RRhy+8nNIFvefb6SZSN3xcl1mpvI=";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue