summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-01-21 10:32:15 +0100
committertv <tv@krebsco.de>2019-01-21 10:33:23 +0100
commitda79d23ebbc0c3fb7c579b366f29fb3744948706 (patch)
tree5f1e25928385b7588e37ad4525e4d14391818190 /makefu
parent9082adf6878b5f917efc633cba63932d94942d13 (diff)
krebs: move dns stuff to dedicated file
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index 61cba86d..cbfb4da1 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -36,7 +36,6 @@ with import <stockholm/lib>;
enable = true;
dns.providers.lan = "hosts";
- search-domain = "r";
build.user = config.krebs.users.makefu;
};