From 2477bacb5db837a9e6de1e5dc087fc565017e44c Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Sun, 10 Jan 2021 23:16:03 -0500 Subject: [PATCH] More of the same --- users/mat-hm-laptop.nix | 1 - users/mat-hm.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/users/mat-hm-laptop.nix b/users/mat-hm-laptop.nix index eb0249f..8998dbf 100644 --- a/users/mat-hm-laptop.nix +++ b/users/mat-hm-laptop.nix @@ -75,7 +75,6 @@ in { }; ssh = { enable = true; - extraOptionOverrides = { "AddKeysToAgent" = "true"; }; matchBlocks = { "pi".hostname = "192.168.1.165"; "gagarin".hostname = "192.168.1.246"; diff --git a/users/mat-hm.nix b/users/mat-hm.nix index 92351d2..ce14ae9 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -83,6 +83,7 @@ in { ssh = { enable = true; serverAliveInterval = 60; + extraOptionOverrides = { "AddKeysToAgent" = "true"; }; }; starship.enable = true;