aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-12-01 16:10:26 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-12-01 16:10:43 +0100
commit96c3fc5dc5ccef5b68289a940b8f06a6e50110ee (patch)
treef6b823611352abdcb753c501cf46f37c7666156e /home-dots
parent9fb1eb4318e838590386f1cb1d51d2c9dbe13b0e (diff)
downloaddotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.tar.gz
dotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.tar.bz2
dotfiles-96c3fc5dc5ccef5b68289a940b8f06a6e50110ee.zip
ssl certificates for guix
Diffstat (limited to 'home-dots')
-rw-r--r--home-dots/dot-zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc
index a5336c3..560c2bd 100644
--- a/home-dots/dot-zshrc
+++ b/home-dots/dot-zshrc
@@ -127,3 +127,5 @@ if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc
[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env
GUIX_PROFILE="$HOME/.guix-profile" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" && export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale
GUIX_PROFILE="$HOME/.config/guix/current" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile"
+export SSL_CERT_DIR="$HOME/.guix-profile/etc/ssl/certs"
+export SSL_CERT_FILE="$HOME/.guix-profile/etc/ssl/certs/ca-certificates.crt"