try unstable

This commit is contained in:
2025-07-29 12:01:52 -05:00
parent 4b4bc6dcce
commit e5678174a3

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { { config, lib, inputs, ... }: {
options.sysconfig.opts = { options.sysconfig.opts = {
@@ -268,6 +268,13 @@
USE_AUTH0 = false; USE_AUTH0 = false;
NETBIRD_TOKEN_SOURCE = "accessToken"; NETBIRD_TOKEN_SOURCE = "accessToken";
}; };
package = let
pkgs-us = import inputs.nixpkgs-us {
system = "x86_64-linux";
config.allowUnfree = true;
};
in pkgs-us.netbird-dashboard;
}; };
management = { management = {
enable = true; enable = true;