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

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