feat(pocket-id): Add Pocket ID

This commit is contained in:
2026-03-13 17:53:18 +01:00
parent 6dc57af5ae
commit cfdb9f1fdd
8 changed files with 130 additions and 2 deletions
+5 -2
View File
@@ -35,12 +35,15 @@ pkgs.mkShellNoCC {
# pkgs.renovate
# pkgs.graphviz
# pkgs.hubble
# pkgs.dapr-cli
pkgs.cilium-cli
pkgs.dapr-cli
];
# Environment variables
ARGOCD_ENV_CLUSTER_NAME = "ekman";
ARGOCD_ENV_CLUSTER_NAME = "hel1";
HELM_GIT_ACCESS_TOKEN = "glpat-xxx";
API_SERVER_IP = "localhost";
API_SERVER_PORT = "7445";
# Alternative shells
passthru = pkgs.lib.mapAttrs (name: value: pkgs.mkShellNoCC (value // { inherit name; })) {