authentik: init

This commit is contained in:
Rouven Seifert 2025-04-15 14:59:20 +02:00
parent 98ab04d0c5
commit 0e373b50f8
3 changed files with 29 additions and 7 deletions

View file

@ -16,6 +16,10 @@
vscode-server.url = "github:nix-community/nixos-vscode-server";
notenrechner.url = "git+https://git.ifsr.de/frieder.hannenheim/notenrechner.git";
notenrechner.inputs.nixpkgs.follows = "nixpkgs";
authentik = {
url = "github:nix-community/authentik-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
course-management = {