From b3d49dcb70a67c7fc60bfff9914bf0434e2b6390 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 17:02:16 -0700 Subject: delete all CLI modules Everything is under home/ now --- users/fcuny/cli/ssh.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 users/fcuny/cli/ssh.nix (limited to 'users/fcuny/cli/ssh.nix') diff --git a/users/fcuny/cli/ssh.nix b/users/fcuny/cli/ssh.nix deleted file mode 100644 index 9708660..0000000 --- a/users/fcuny/cli/ssh.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - programs.ssh = { - enable = true; - forwardAgent = true; - serverAliveInterval = 60; - controlMaster = "auto"; - controlPersist = "30m"; - matchBlocks = { - "github.com" = { - hostname = "github.com"; - user = "git"; - forwardAgent = false; - extraOptions = { preferredAuthentications = "publickey"; }; - }; - }; - }; -} -- cgit v1.2.3