{ lib, ... }: { options.node.secretsDir = lib.mkOption { description = "Path to the secrets directory for this node."; type = lib.types.path; default = ./.; }; }