update netbird

This commit is contained in:
2025-08-20 22:15:00 -05:00
parent c9ca5d11fe
commit 2ff9157b2b

View File

@@ -19,6 +19,12 @@
services.netbird = {
enable = config.sysconfig.services.netbird.enable;
package = let
pkgs-us = import inputs.nixpkgs-us {
system = "x86_64-linux";
config.allowUnfree = true;
};
in pkgs-us.netbird;
};
networking = {