From 6df5ca68f539f06c4fc2d858374dd80b27182596 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 8 Nov 2021 17:06:05 -0800 Subject: [PATCH] Correct indentation. --- nixos/modules/services/networking/nsd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/nsd.nix b/nixos/modules/services/networking/nsd.nix index c432c37d564..6290943b823 100644 --- a/nixos/modules/services/networking/nsd.nix +++ b/nixos/modules/services/networking/nsd.nix @@ -636,8 +636,8 @@ in type = types.str; default = "/var/lib/nsd"; description = '' - Directory at which to store NSD state. - ''; + Directory at which to store NSD state. + ''; }; statistics = mkOption {