nix-serve: fix typo

This commit is contained in:
2023-05-18 11:07:51 +00:00
parent 54c7d00621
commit ace9d71d0e

View File

@@ -15,7 +15,7 @@ in
}; };
sane.services.nixserve.secretKeyFile = mkOption { sane.services.nixserve.secretKeyFile = mkOption {
type = types.path; 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)";
}; };
}; };