aboutsummaryrefslogtreecommitdiff
path: root/home/programs/ssh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-02 13:06:05 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-02 13:06:05 -0800
commitcb961051f8307a0bfd6e75acb52a7b7ac003e4d0 (patch)
treec2e3e29716bf10bb5d95d2c11d8692672c379c5f /home/programs/ssh.nix
parentmove remote-unlock as a profile (diff)
downloadinfra-cb961051f8307a0bfd6e75acb52a7b7ac003e4d0.tar.gz
simplify configuration for darwin
Diffstat (limited to '')
-rw-r--r--home/profiles/ssh.nix (renamed from home/programs/ssh.nix)6
1 files changed, 1 insertions, 5 deletions
diff --git a/home/programs/ssh.nix b/home/profiles/ssh.nix
index c236904..250aff5 100644
--- a/home/programs/ssh.nix
+++ b/home/profiles/ssh.nix
@@ -1,6 +1,5 @@
-{ pkgs, config, ... }:
+{ config, ... }:
{
- # https://github.com/nix-community/home-manager/blob/master/modules/programs/ssh.nix
programs.ssh = {
enable = true;
forwardAgent = true;
@@ -10,9 +9,6 @@
controlPath = "${config.home.homeDirectory}/.ssh/sockets/S.%r@%h:%p";
matchBlocks = {
- "git.fcuny.net" = {
- proxyCommand = "${pkgs.cloudflared}/bin/cloudflared access ssh --hostname %h";
- };
"github.com" = {
hostname = "github.com";
user = "git";