From 8efb0e9d25ff4e6f36c7e0274c625c4a294f14e1 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Mon, 14 Dec 2020 19:10:31 +0100 Subject: [PATCH] Fix DNS + use ssh-agent on ingenico-laptop --- hosts/ingenico-laptop/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/hosts/ingenico-laptop/configuration.nix b/hosts/ingenico-laptop/configuration.nix index 8ce14c0..08d79b1 100644 --- a/hosts/ingenico-laptop/configuration.nix +++ b/hosts/ingenico-laptop/configuration.nix @@ -89,10 +89,6 @@ server=1.1.1.1 server=/~./1.0.0.1 server=1.0.0.1 - server=/~./8.8.8.8 - server=8.8.8.8 - server=/~./8.8.4.4 - server=8.8.4.4 ''; "docker/daemon.json".text = '' { @@ -157,8 +153,8 @@ }; gpg-agent = { enable = true; - enableSshSupport = true; - #pinentryFlavor = "tty"; + enableSshSupport = false; + pinentryFlavor = "gtk2"; }; };