summaryrefslogtreecommitdiff
path: root/modules/nixfiles/nsd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixfiles/nsd.nix')
-rw-r--r--modules/nixfiles/nsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/nsd.nix b/modules/nixfiles/nsd.nix
index 7bb3c77..f3804d7 100644
--- a/modules/nixfiles/nsd.nix
+++ b/modules/nixfiles/nsd.nix
@@ -9,7 +9,7 @@ with lib; let
cfg = config.nixfiles.modules.nsd;
in {
options.nixfiles.modules.nsd = {
- enable = mkEnableOption "Whether to enable NSD.";
+ enable = mkEnableOption "NSD";
fqdn = mkOption {
description = "FQDN of this nameserver.";