summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-03 11:23:56 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-03 12:06:45 +0100
commit13db07a092a05f1f692c1f3429fced80d2904526 (patch)
tree1ba94301a0a42555307c269e56848120732c27f9 /nixos/modules/rename.nix
parentcd6279020155ce96bf2611526b96591ad179a70b (diff)
downloadnixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar.gz
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar.bz2
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar.lz
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar.xz
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.tar.zst
nixlib-13db07a092a05f1f692c1f3429fced80d2904526.zip
logstash: update default version to v6
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 40f66ccb26b2..fe395c4256bd 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -257,6 +257,7 @@ with lib;
     (mkRemovedOptionModule [ "fonts" "fontconfig" "forceAutohint" ] "")
     (mkRemovedOptionModule [ "fonts" "fontconfig" "renderMonoTTFAsBitmap" ] "")
     (mkRemovedOptionModule [ "virtualisation" "xen" "qemu" ] "You don't need this option anymore, it will work without it.")
+    (mkRemovedOptionModule [ "services" "logstash" "enableWeb" ] "The web interface was removed from logstash")
 
     # ZSH
     (mkRenamedOptionModule [ "programs" "zsh" "enableSyntaxHighlighting" ] [ "programs" "zsh" "syntaxHighlighting" "enable" ])