summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-16 19:14:37 +0100
committersils <sils@sils.li>2023-11-16 19:14:37 +0100
commitc8bd09e319a2d55983e657dd78664266c94f2e9d (patch)
tree3e8a8f345f71b982637105c7b470de44dbccf668 /hosts
parentfeat(u/sils): switch to gpg-agent (diff)
downloadnix-config-c8bd09e319a2d55983e657dd78664266c94f2e9d.tar.gz
nix-config-c8bd09e319a2d55983e657dd78664266c94f2e9d.zip
feat(hosts): remove sshAgent enableation
This was in the wrong place and interferes with my intention to use
gpg-agent
Diffstat (limited to 'hosts')
-rw-r--r--hosts/thinklappi-bootstrap/default.nix1
-rw-r--r--hosts/thinklappi/default.nix1
2 files changed, 0 insertions, 2 deletions
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";
 }