summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--3modules/krebs/default.nix3
-rw-r--r--tv/configs/base.nix1
2 files changed, 1 insertions, 3 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";
};
};
diff --git a/tv/configs/base.nix b/tv/configs/base.nix
index 06f83ea9..997d4c23 100644
--- a/tv/configs/base.nix
+++ b/tv/configs/base.nix
@@ -10,7 +10,6 @@ in
{
krebs.enable = true;
- krebs.search-domain = "retiolum";
networking.hostName = config.krebs.build.host.name;