2025-01-31 18:28:24 -05:00

9 lines
106 B
Nix

{ lib, ... }:
{
options.hostnames = lib.mkOption {
type = lib.types.attrsOf lib.types.str;
};
}