summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2025-01-27 13:51:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2025-01-27 15:12:21 +0100
commit56845b389b7ae626a091e10fa0aa0c82c12abb8c (patch)
tree32cdad8292f9714f33383a301e595384bf0655a5 /krebs
parentdf90bff9def5e9d94a8289ac739d952acc217e93 (diff)
krebs/3modules/ssl: fix typo
Diffstat (limited to 'krebs')
-rw-r--r--krebs/3modules/ssl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/ssl.nix b/krebs/3modules/ssl.nix
index 8cbd8dcce..8d853b85e 100644
--- a/krebs/3modules/ssl.nix
+++ b/krebs/3modules/ssl.nix
@@ -22,7 +22,7 @@ in {
default = false;
description = ''
whether to trust the krebs root CA.
- This implies that krebs can forge a certficate for every domain
+ This implies that krebs can forge a certificate for every domain
'';
};
trustIntermediate = lib.mkOption {