krebs.build.search-domain: s/example/default/

This commit is contained in:
tv 2015-07-27 16:05:41 +02:00
parent d40a714c08
commit d720588fb5
2 changed files with 1 additions and 3 deletions

View File

@ -151,8 +151,7 @@ let
# TODO search-domains :: listOf hostname
search-domain = mkOption {
type = types.hostname;
default = "";
example = "retiolum";
default = "retiolum";
};
};

View File

@ -10,7 +10,6 @@ in
{
krebs.enable = true;
krebs.search-domain = "retiolum";
networking.hostName = config.krebs.build.host.name;