diff options
author | David Morgan <djm_uk@protonmail.com> | 2025-01-31 15:45:11 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2025-01-31 15:45:11 +0000 |
commit | cfa81e5be00b39ee4991c366c62d95d6bb5f5206 (patch) | |
tree | ebf07d2b2bd4f49ceb267db7ec075cfed70b6943 /nix-conf | |
parent | 17f3c8de71e0e8f1750a38ef67fd172c1fd0ecf7 (diff) | |
download | dotfiles-cfa81e5be00b39ee4991c366c62d95d6bb5f5206.tar.gz |
Change zscaler cert used for wget
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/otm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix index 80aa4fa..1b1bf55 100644 --- a/nix-conf/home/otm.nix +++ b/nix-conf/home/otm.nix @@ -194,7 +194,7 @@ in "certs/staging-internal-ca.pem".text = internal-staging-cert; ".skhdrc".text = "play : remote-toggle"; - ".wgetrc".text = "ca_certificate=${zscaler-cert-file}"; + ".wgetrc".text = "ca_certificate=${full-cert-file}"; }; sops.secrets = { |