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
|
|
@ -88,9 +88,6 @@
|
||||||
|
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs outputs username;
|
inherit inputs outputs username;
|
||||||
pkgs-unstable = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, outputs, config, lib, pkgs, pkgs-unstable, ... }:
|
{ inputs, outputs, config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, outputs, config, lib, pkgs, pkgs-unstable, ... }:
|
{ inputs, outputs, config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ inputs, outputs, config, pkgs, pkgs-unstable, ... }:
|
{ inputs, outputs, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
@ -51,7 +51,6 @@
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
services.netbird = {
|
services.netbird = {
|
||||||
package = pkgs-unstable.netbird;
|
|
||||||
useRoutingFeatures = "client";
|
useRoutingFeatures = "client";
|
||||||
clients.wt0 = {
|
clients.wt0 = {
|
||||||
hardened = true;
|
hardened = true;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
pkgs-unstable,
|
|
||||||
utils,
|
utils,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
|
@ -46,7 +45,6 @@ in {
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.netbird = {
|
services.netbird = {
|
||||||
package = pkgs-unstable.netbird;
|
|
||||||
useRoutingFeatures = "both";
|
useRoutingFeatures = "both";
|
||||||
clients.wt0 = {
|
clients.wt0 = {
|
||||||
hardened = false;
|
hardened = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue