summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-27 16:05:41 +0200
committertv <tv@shackspace.de>2015-07-27 16:05:41 +0200
commitd720588fb5f52e587a311c0960b5e623733d33dd (patch)
tree2ab5504577bec395727dc8b39c7ebeeb5605c737 /3modules
parentd40a714c08fcdd47136847c23d852af91fb3db8a (diff)
krebs.build.search-domain: s/example/default/
Diffstat (limited to '3modules')
-rw-r--r--3modules/krebs/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/3modules/krebs/default.nix b/3modules/krebs/default.nix
index d32143be..2b20613c 100644
--- a/3modules/krebs/default.nix
+++ b/3modules/krebs/default.nix
@@ -151,8 +151,7 @@ let
# TODO search-domains :: listOf hostname
search-domain = mkOption {
type = types.hostname;
- default = "";
- example = "retiolum";
+ default = "retiolum";
};
};