From c8bd09e319a2d55983e657dd78664266c94f2e9d Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 16 Nov 2023 19:14:37 +0100 Subject: feat(hosts): remove sshAgent enableation This was in the wrong place and interferes with my intention to use gpg-agent --- hosts/thinklappi-bootstrap/default.nix | 1 - hosts/thinklappi/default.nix | 1 - 2 files changed, 2 deletions(-) (limited to 'hosts') diff --git a/hosts/thinklappi-bootstrap/default.nix b/hosts/thinklappi-bootstrap/default.nix index 10ed8ef..44f7423 100644 --- a/hosts/thinklappi-bootstrap/default.nix +++ b/hosts/thinklappi-bootstrap/default.nix @@ -40,7 +40,6 @@ time.timeZone = "Europe/Berlin"; - programs.ssh.startAgent = true; system.stateVersion = "23.05"; } diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index 699e844..fe7d732 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -36,7 +36,6 @@ time.timeZone = "Europe/Berlin"; - programs.ssh.startAgent = true; system.stateVersion = "23.05"; } -- cgit 1.4.1