mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-07 08:42:03 +00:00
9 lines
106 B
Nix
9 lines
106 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
|
|
options.hostnames = lib.mkOption {
|
|
type = lib.types.attrsOf lib.types.str;
|
|
};
|
|
}
|