diff --git a/services/openssh.nix b/services/openssh.nix index 637e5793..cb03b0f5 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -41,5 +41,5 @@ }; # Enable GPG Agent support: - programs.gnupg.agent.enableSSHSupport = "true" + programs.gnupg.agent.enableSSHSupport = "true"; } \ No newline at end of file