summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-20 16:55:22 +0200
committermakefu <github@syntax-fehler.de>2016-07-20 16:55:22 +0200
commit13a5662feb58b91287ac00c19925c70156612755 (patch)
tree30f3a21520ad7380f046c20f27177aa0f0ca7819
parentc5d7e14e9087097e55b809b33cd39de079c09bf1 (diff)
k 3 retiolum: krebs.retiolum is now officially obsolete
-rw-r--r--krebs/3modules/retiolum.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix
index d0dbd2660..a80c510a5 100644
--- a/krebs/3modules/retiolum.nix
+++ b/krebs/3modules/retiolum.nix
@@ -2,7 +2,6 @@
with config.krebs.lib;
let
out = {
- options.krebs.retiolum = trace "krebs.retiolum is obsolete, use krebs.tinc.retiolum instead" config.krebs.tinc.retiolum;
options.krebs.tinc = api;
config = imp;
};