about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r--hosts/configuration.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index ad64f06..8bb625b 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -79,10 +79,6 @@
   # Some programs need SUID wrappers, can be configured further or are
   # started in user sessions.
   # programs.mtr.enable = true;
-  programs.gnupg.agent = {
-    enable = true;
-    #enableSSHSupport = true; #look at this
-  };
 
   # List services that you want to enable:
 
@@ -93,10 +89,11 @@
     port = 2222;
   }];
   programs.ssh.askPassword = "";
-  programs.ssh.startAgent = true;
-  programs.ssh.extraConfig = ''
+
+  /*programs.ssh.startAgent = true;
+    programs.ssh.extraConfig = ''
     AddKeysToAgent yes
-  '';
+    '';*/
 
   programs.firejail.enable = true;
   programs.firejail.wrappedBinaries = {