My Nix Configuration
2
fork

Configure Feed

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

at main 6 lines 83 B view raw
1{ 2 programs.ssh = { 3 enableAskPassword = false; 4 forwardX11 = false; 5 }; 6}