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

@@ -3,6 +3,7 @@
./containers
./mem0.nix
./n8n.nix
./netbird.nix
./postgres.nix
./sound.nix
./udev.nix

View File

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