Use netbird from nixpkgs stable again
Version in 26.05 is recent enough, so including unstable into the closure is not necessary anymore.
This commit is contained in:
parent
87166601cd
commit
9c993f204e
5 changed files with 3 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
utils,
|
||||
config,
|
||||
lib,
|
||||
|
|
@ -46,7 +45,6 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.netbird = {
|
||||
package = pkgs-unstable.netbird;
|
||||
useRoutingFeatures = "both";
|
||||
clients.wt0 = {
|
||||
hardened = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue