From a8e28e594a173e89b757d1613fcd4d1821a37db0 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 16 Oct 2016 01:39:26 +0200 Subject: [PATCH 1/2] =?UTF-8?q?x11:=20param=C3=A8tres=20non=20n=C3=A9cessa?= =?UTF-8?q?ires=20car=20les=20valeurs=20par=20d=C3=A9faut=20sont=20OK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-x11.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/service-x11.nix b/public/service-x11.nix index b92b0e4..a64b168 100644 --- a/public/service-x11.nix +++ b/public/service-x11.nix @@ -17,8 +17,6 @@ mkIf profiles.isDesktop { xkbOptions = "eurosign:e"; displayManager.lightdm.enable = true; windowManager.awesome.enable = true; - startGnuPGAgent = true; - startOpenSSHAgent = false; # pas compatible avec l'agent GnuPG inputClassSections = ['' Identifier "Marble Mouse" MatchProduct "Logitech USB Trackball" From 18f960b879f4e23db05220b32dac1982e81e890e Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 16 Oct 2016 01:52:49 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"x11:=20param=C3=A8tres=20non=20n?= =?UTF-8?q?=C3=A9cessaires=20car=20les=20valeurs=20par=20d=C3=A9faut=20son?= =?UTF-8?q?t=20OK"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a8e28e594a173e89b757d1613fcd4d1821a37db0. --- public/service-x11.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/service-x11.nix b/public/service-x11.nix index a64b168..b92b0e4 100644 --- a/public/service-x11.nix +++ b/public/service-x11.nix @@ -17,6 +17,8 @@ mkIf profiles.isDesktop { xkbOptions = "eurosign:e"; displayManager.lightdm.enable = true; windowManager.awesome.enable = true; + startGnuPGAgent = true; + startOpenSSHAgent = false; # pas compatible avec l'agent GnuPG inputClassSections = ['' Identifier "Marble Mouse" MatchProduct "Logitech USB Trackball"