downgrade netbird

This commit is contained in:
2025-08-23 13:52:31 -05:00
parent 15e292c5f9
commit aae976f555

View File

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