feat: authentik

This commit is contained in:
m3tm3re
2026-02-28 10:06:42 +01:00
parent a9022a4f55
commit 674ce6957c
13 changed files with 84 additions and 221 deletions

View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
services.netbird.enable = true;
environment.systemPackages = [pkgs.netbird-ui];
networking.firewall.checkReversePath = "loose";
}