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)"; }; };