diff --git a/hosts/common/home.nix b/hosts/common/home.nix index adf3436..f7225f8 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -62,5 +62,5 @@ name = "Alexandre"; }; }; - };: + }; } diff --git a/modules/common/ssh.nix b/modules/common/ssh.nix index 27759e9..e658ba2 100644 --- a/modules/common/ssh.nix +++ b/modules/common/ssh.nix @@ -1,8 +1,6 @@ { # The OpenSSH agent - service.ssh-agent = { - enable = true; - enableBashIntegration = true; - enableZshIntegration = true; + programs.ssh = { + startAgent = true; }; }