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"; }; };