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:
JuliusFreudenberger 2026-06-15 08:05:53 +02:00
parent 87166601cd
commit 9c993f204e
5 changed files with 3 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ inputs, outputs, config, pkgs, pkgs-unstable, ... }:
{ inputs, outputs, config, pkgs, ... }:
{
imports =
@ -51,7 +51,6 @@
services.resolved.enable = true;
services.netbird = {
package = pkgs-unstable.netbird;
useRoutingFeatures = "client";
clients.wt0 = {
hardened = true;