dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Add installation guide for NixOS 22.11+/unstable

Open misuzu opened this issue 1 year ago • 5 comments

It should look something like this:

  1. Edit your configuration.nix:
{ config, pkgs, ... }:
{
  services.netbird.enable = true; # for netbird service & CLI
  environment.systemPackages = [ pkgs.netbird-ui ]; # for GUI
}
  1. Build and apply new configuration:
sudo nixos-rebuild switch
  1. Run NetBird and log in the browser:
netbird up
  1. Get your IP address:
ip addr show wt0

misuzu avatar Aug 15 '22 06:08 misuzu

@misuzu are you planing to add the selfhosted part as well?

luxus avatar Aug 27 '22 12:08 luxus

@misuzu are you planing to add the selfhosted part as well?

Official guide should work on any Linux distribution.

misuzu avatar Aug 27 '22 12:08 misuzu

a thanks i just realised that there is just a docker version right now, maybe a hint on the directions could be helpful :D

luxus avatar Aug 27 '22 12:08 luxus

hello @luxus if are you looking for a self-hosted guide, you can find it here: https://netbird.io/docs/getting-started/self-hosting

mlsmaycon avatar Aug 27 '22 13:08 mlsmaycon

i saw that guide. thanks i still hoped that someone is working on a tighter integration like https://nixos.wiki/wiki/WireGuard

luxus avatar Aug 30 '22 18:08 luxus

Guide for NixOS in documentation is probably enough, closing this.

misuzu avatar Sep 13 '22 10:09 misuzu