aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/core/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix
index f332f07..1758a24 100644
--- a/hosts/common/core/default.nix
+++ b/hosts/common/core/default.nix
@@ -112,7 +112,10 @@
hardware.enableRedistributableFirmware = true;
programs.atop.enable = true;
- programs.gnupg.agent.enable = true;
+ programs.gnupg.agent = {
+ enable = true;
+ enableSSHSupport = true;
+ };
programs.iftop.enable = true;
programs.mtr.enable = true;
programs.tmux.enable = true;