diff options
-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 = { |