From ace9d71d0ead081642fc385e55e3b723492c2c7f Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 18 May 2023 11:07:51 +0000 Subject: [PATCH] nix-serve: fix typo --- modules/services/nixserve.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nixserve.nix b/modules/services/nixserve.nix index e6b15e54..cfc3e620 100644 --- a/modules/services/nixserve.nix +++ b/modules/services/nixserve.nix @@ -15,7 +15,7 @@ in }; sane.services.nixserve.secretKeyFile = mkOption { type = types.path; - description = "path to file that contains the nix_serv_privkey secret (should not be in the store)"; + description = "path to file that contains the nix_serve_privkey secret (should not be in the store)"; }; };