nix-serve: fix typo
This commit is contained in:
@@ -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)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user