From eb0d4361a218a8c9a9489829822a72601e941e2f Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Wed, 2 Oct 2019 11:48:16 +0200
Subject: [PATCH 1/2] krebs exim-smarthost: update eloop addresses

---
 krebs/2configs/exim-smarthost.nix | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/krebs/2configs/exim-smarthost.nix b/krebs/2configs/exim-smarthost.nix
index 5dc24f1de..698e20da1 100644
--- a/krebs/2configs/exim-smarthost.nix
+++ b/krebs/2configs/exim-smarthost.nix
@@ -25,12 +25,11 @@ in {
     in {
       "anmeldung@eloop.org" = eloop-ml;
       "brain@krebsco.de" = brain-ml;
-      "cfp@eloop.org" = eloop-ml;
+      "cfp2019@eloop.org" = eloop-ml;
+      "eloop2019@krebsco.de" = eloop-ml;
       "kontakt@eloop.org" = eloop-ml;
       "root@eloop.org" = eloop-ml;
       "youtube@eloop.org" = eloop-ml;
-      "eloop2016@krebsco.de" = eloop-ml;
-      "eloop2017@krebsco.de" = eloop-ml;
       "postmaster@krebsco.de" = spam-ml; # RFC 822
       "lass@krebsco.de" = lass;
       "makefu@krebsco.de" = makefu;

From 2727ce115349ca65c5728acf846a537cb539a4c7 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Wed, 16 Oct 2019 09:21:17 +0200
Subject: [PATCH 2/2] tv: explicitly disable libinput

---
 tv/1systems/alnus/config.nix  | 3 +++
 tv/1systems/mu/config.nix     | 1 +
 tv/1systems/querel/config.nix | 1 +
 3 files changed, 5 insertions(+)

diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix
index 949a98b2a..d54d5fc2f 100644
--- a/tv/1systems/alnus/config.nix
+++ b/tv/1systems/alnus/config.nix
@@ -65,10 +65,13 @@ with import <stockholm/lib>;
     enable = true;
     layout = "de";
     xkbOptions = "eurosign:e";
+
+    libinput.enable = false;
     synaptics = {
       enable = true;
       twoFingerScroll = true;
     };
+
     desktopManager.xfce.enable = true;
     displayManager.auto = {
       enable = true;
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix
index 98332b2d6..145c73c06 100644
--- a/tv/1systems/mu/config.nix
+++ b/tv/1systems/mu/config.nix
@@ -102,6 +102,7 @@ with import <stockholm/lib>;
   services.xserver.xkbOptions = "eurosign:e";
 
   # TODO this is host specific
+  services.xserver.libinput.enable = false;
   services.xserver.synaptics = {
     enable = true;
     twoFingerScroll = true;
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix
index 6e7944cdf..ac51f54e6 100644
--- a/tv/1systems/querel/config.nix
+++ b/tv/1systems/querel/config.nix
@@ -68,6 +68,7 @@ with import <stockholm/lib>;
   services.xserver.layout = "de";
   services.xserver.xkbOptions = "eurosign:e";
 
+  services.xserver.libinput.enable = false;
   services.xserver.synaptics = {
     enable = true;
     twoFingerScroll = true;