feat(authentik): update authentik to 2026.2.3 (from 2026.2.2)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user