···22{
33 programs.ssh = {
44 enable = true;
55- enableDefaultConfig = false; # Option will be deprecated
55+ enableDefaultConfig = false;
6677- # Default Matchblocks that should be on every System
88- # This might change over time if any other (not me) person joins this flake
97 matchBlocks = {
108 "*" = {
1111- addKeysToAgent = "no"; # These SSH Keys do not need to be managed through an agent
1212-1313- serverAliveCountMax = 3;
99+ serverAliveCountMax = 3;
14101511 hashKnownHosts = true;
1612 userKnownHostsFile = "~/.ssh/known_hosts";
···2521 identityFile = osConfig.age.secrets."ssh-gh".path;
2622 };
27232828- "apricot" = {
2424+ "apricot" = { # TODO: manage it into: knot.xaiya.dev
2925 user = "git";
3026 hostname = "apricot";
3127 identityFile = osConfig.age.secrets."ssh-tangled".path;