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;