home | disable keychain

This commit is contained in:
Don Harper 2025-06-09 10:09:08 -05:00
parent 30fc89e477
commit f46aa99649

View file

@ -106,13 +106,13 @@
}; };
}; };
programs.go.enable = true; programs.go.enable = true;
programs.keychain = { # programs.keychain = {
enable = true; # enable = true;
enableBashIntegration = true; # enableBashIntegration = true;
agents = "ssh"; # agents = "ssh";
keys = # # keys =
"id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"; # # "id_aur id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA";
inheritType = "any"; # inheritType = "any";
}; # };
home.file.".links/links.cfg".source = files/links.cfg; home.file.".links/links.cfg".source = files/links.cfg;
} }