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