diff options
author | tv <tv@shackspace.de> | 2015-08-29 00:58:41 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-29 00:58:41 +0200 |
commit | 5591b1dd120dac7cc52098eaacb1476da7b9cb84 (patch) | |
tree | 85f6deb9ee6edeb9989cf64ccc28a4443163cf6f /tv/1systems/cd.nix | |
parent | cb6bede2f65bdcaafe547fdffd8c99f671c54ee9 (diff) |
Z* -> */Z*
Diffstat (limited to 'tv/1systems/cd.nix')
-rw-r--r-- | tv/1systems/cd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 0049387be..03c375b9b 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -31,7 +31,7 @@ with lib; imports = [ ../2configs/charybdis.nix ]; tv.charybdis = { enable = true; - sslCert = ../../Zcerts/charybdis_cd.crt.pem; + sslCert = ../Zcerts/charybdis_cd.crt.pem; }; } { |