Skip to content

Commit

Permalink
nixos/netbird: switch to NixOS/nixpkgs#287236
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Nazarewski <[email protected]>
  • Loading branch information
nazarewk committed Feb 9, 2024
1 parent f2c4413 commit eaba33c
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 231 deletions.
74 changes: 46 additions & 28 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
ulauncher.inputs.flake-parts.follows = "flake-parts";
ulauncher.inputs.nixpkgs.follows = "nixpkgs";
#ulauncher.url = "github:Ulauncher/Ulauncher/v6";
# TODO: fix errors in latest v6/mypy
ulauncher.url = "github:Ulauncher/Ulauncher/b5766869291816067397ca96b3f88f6fa4f24bf9";
# ulauncher.url = "github:nazarewk/Ulauncher/fix-nix-build";
ulauncher.url = "github:Ulauncher/Ulauncher/v6";
};

outputs =
Expand Down
192 changes: 0 additions & 192 deletions modules/networking/netbird/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions modules/profile/host/krul/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ in
# 12G was not enough for large rebuild
boot.tmp.tmpfsSize = "20%";

kdn.networking.netbird.instances.sc.firewall.tcp = [ 7080 ];

# legacy mountpoints
fileSystems = lib.mkMerge [
(mkNixOSMount "/root" { at = "/"; })
Expand Down
4 changes: 1 addition & 3 deletions modules/profile/machine/baseline/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ in
"xhci_pci"
];

kdn.networking.netbird.instances.priv.port = 51819;
kdn.networking.netbird.instances.priv.autoStart = true;
kdn.networking.netbird.instances.priv.logLevel = "trace";
services.netbird.clients.priv.port = 51819;

services.devmon.enable = false; # disable auto-mounting service devmon, it interferes with disko

Expand Down
Loading

0 comments on commit eaba33c

Please sign in to comment.