My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: remove to fix the SSH bug?

-3
-3
home/programs/ssh.nix
··· 48 48 enableDefaultConfig = false; 49 49 50 50 # Tailscale host configurations with dynamic ProxyCommand routing 51 - # macOS-only: preserve exact casing for Apple's SSH Keychain extension 52 - extraConfig = lib.optionalString isDarwin ''UseKeychain yes''; 53 - 54 51 matchBlocks = tailscaleHostBlocks // { 55 52 # Global SSH configuration for all other hosts (git forges, etc.) 56 53 "*" = {