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): Add new tangled domain

+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.org".identityFile = config.my.secrets.ssh-tangled.path; 40 41 "*tangled.sh".identityFile = config.my.secrets.ssh-tangled.path; 41 42 }; 42 43 };