This commit is contained in:
Kiana Sheibani 2022-04-28 13:34:22 -04:00
parent edf528ee07
commit 014ed6200b

View file

@ -61,8 +61,6 @@ nixpkgs, # The flake's input version of nixpkgs
# Security # Security
services.openssh.enable = true; services.openssh.enable = true;
programs.ssh.startAgent = true;
programs.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;