feat(authentik): update authentik to 2026.2.2 (from 2026.2.1)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Xavier Morel
2026-05-28 15:35:00 +02:00
parent b0458b6043
commit 50637bdae8
2 changed files with 29 additions and 15 deletions
+3 -3
View File
@@ -19,8 +19,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
authentik-nix = {
url = "github:nix-community/authentik-nix/version/2026.2.1";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/authentik-nix/version/2026.2.2";
# inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix";
@@ -156,7 +156,7 @@
IP_SUFFIX=$((CONTID - 1000))
# TODO Verify mapping exists...
echo "Redeploying LXC on container '$1' ('$CONTID')"
nixos-rebuild switch --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal}
nixos-rebuild boot --impure --show-trace --flake .#$1 --target-host root@$1${globals.domains.internal}
echo "Done."
else
echo "Error: Container definition 'containers/$1.nix' not found!"