1{
2 # use 1password to authenticate with SSH
3 programs.ssh = {
4 enable = true;
5
6 # Default host config
7 matchBlocks."*" = {
8 identityAgent = "~/.1password/agent.sock";
9 };
10
11 # Fix deprecation warning
12 enableDefaultConfig = false;
13 };
14}