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:
parent
f5645dd73b
commit
b2d803ca57
6 changed files with 30 additions and 14 deletions
|
@ -62,6 +62,7 @@ in {
|
|||
};
|
||||
|
||||
stateDir = mkOption {
|
||||
type = types.path;
|
||||
default = "/var/lib/unbound";
|
||||
description = "Directory holding all state for unbound to run.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue