about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2025-01-31 15:45:11 +0000
committerDavid Morgan <djm_uk@protonmail.com>2025-01-31 15:45:11 +0000
commitcfa81e5be00b39ee4991c366c62d95d6bb5f5206 (patch)
treeebf07d2b2bd4f49ceb267db7ec075cfed70b6943 /nix-conf
parent17f3c8de71e0e8f1750a38ef67fd172c1fd0ecf7 (diff)
downloaddotfiles-cfa81e5be00b39ee4991c366c62d95d6bb5f5206.tar.gz
Change zscaler cert used for wget
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/otm.nix2
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 = {