Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ssh): Fix tangled's domain

+1 -1
+1 -1
nix/home/modules/ssh/default.nix
··· 37 37 setEnv.TERM = "xterm-256color"; 38 38 }; 39 39 "*github.com".identityFile = config.my.secrets.ssh-github.path; 40 - "*tangled.com".identityFile = config.my.secrets.ssh-tangled.path; 40 + "*tangled.sh".identityFile = config.my.secrets.ssh-tangled.path; 41 41 }; 42 42 }; 43 43