home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ba26abaed5791e2962c8f5f1efc8c3bd3b502884
parent 0512a9d067bb800ec214e4f27db41d18ee43e778
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 25 Sep 2019 13:25:11 +0200

aliases: update chos4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/aliases.shell.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/aliases.shell.nix b/modules/profiles/aliases.shell.nix @@ -12,6 +12,6 @@ t = ''exa --tree -L 2''; wget = ''wget -c''; map = ''xargs -n1''; - chos4 = ''curl -s chmouel.com/tmp/vincent.kubeconfig.gpg|gpg --decrypt > ~/.kube/config.os4 && export KUBECONFIG=~/.kube/config.os4''; + chos4 = ''curl -s chmouel.com/tmp/vincent.kubeadmin.password.gpg|gpg --decrypt > ~/.kube/kubeadmin.password.os4 && curl -s chmouel.com/tmp/vincent.webaccess.gpg|gpg --decrypt > ~/.kube/webaccess.os4 && curl -s chmouel.com/tmp/vincent.kubeconfig.gpg|gpg --decrypt > ~/.kube/config.os4 && export KUBECONFIG=~/.kube/config.os4''; m = ''m''; }