krebs.search-domain: retiolum -> r

This commit is contained in:
tv 2017-04-13 02:57:11 +02:00
parent 0eee884f9a
commit b03b57e167

View File

@ -67,7 +67,7 @@ let
# TODO search-domains :: listOf hostname # TODO search-domains :: listOf hostname
search-domain = mkOption { search-domain = mkOption {
type = types.hostname; type = types.hostname;
default = "retiolum"; default = "r";
}; };
zone-head-config = mkOption { zone-head-config = mkOption {
type = with types; attrsOf str; type = with types; attrsOf str;