infra/module/aspect/software/software-gui/netbird.nix

13 lines
206 B
Nix
Raw Permalink Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
netbird = {
nixos = {
services.netbird = {
enable = true;
ui.enable = true;
useRoutingFeatures = "both";
};
};
};
};
}