2019-01-21 09:32:15 +00:00
|
|
|
with import <stockholm/lib>;
|
|
|
|
{
|
|
|
|
options = {
|
|
|
|
krebs.dns.providers = mkOption {
|
|
|
|
type = types.attrsOf types.str;
|
|
|
|
};
|
|
|
|
|
|
|
|
krebs.dns.search-domain = mkOption {
|
2020-08-16 09:28:27 +00:00
|
|
|
type = types.nullOr types.hostname;
|
2019-01-21 09:32:15 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|