0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/treewide: Add last missing option types

Co-Authored-By: Janne Heß <janne@hess.ooo>
This commit is contained in:
Silvan Mosberger 2022-02-28 22:18:28 +01:00
parent f5645dd73b
commit b2d803ca57
6 changed files with 30 additions and 14 deletions

View file

@ -62,6 +62,7 @@ in {
};
stateDir = mkOption {
type = types.path;
default = "/var/lib/unbound";
description = "Directory holding all state for unbound to run.";
};