mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: configure authentik
This commit is contained in:
parent
dacf54aa9c
commit
21da78256c
7 changed files with 287 additions and 12 deletions
|
@ -28,6 +28,11 @@
|
|||
};
|
||||
|
||||
nix-colors.url = "github:Misterio77/nix-colors";
|
||||
authentik = {
|
||||
# branch to fix https://github.com/nix-community/authentik-nix/issues/24
|
||||
url = "github:nix-community/authentik-nix/node-22";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
purge = {
|
||||
url = "sourcehut:~rouven/purge";
|
||||
|
@ -56,6 +61,7 @@
|
|||
, dns
|
||||
, nix-index-database
|
||||
, agenix
|
||||
, authentik
|
||||
, impermanence
|
||||
, nix-colors
|
||||
, lanzaboote
|
||||
|
@ -112,6 +118,7 @@
|
|||
nix-index-database.nixosModules.nix-index
|
||||
impermanence.nixosModules.impermanence
|
||||
agenix.nixosModules.default
|
||||
authentik.nixosModules.default
|
||||
./hosts/nuc
|
||||
./shared
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue