diff options
author | sils <sils@sils.li> | 2023-11-16 19:14:37 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-16 19:14:37 +0100 |
commit | c8bd09e319a2d55983e657dd78664266c94f2e9d (patch) | |
tree | 3e8a8f345f71b982637105c7b470de44dbccf668 /hosts | |
parent | feat(u/sils): switch to gpg-agent (diff) | |
download | nix-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.nix | 1 | ||||
-rw-r--r-- | hosts/thinklappi/default.nix | 1 |
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"; } |