removing sshkey secrets

This commit is contained in:
2023-10-21 15:40:41 +00:00
parent d920e3c9d3
commit 7dc45f236c
3 changed files with 5 additions and 46 deletions

View File

@@ -18,23 +18,7 @@
format = "binary";
path = "${config.home.homeDirectory}/.mrconfig";
};
"ssh/id_rsa" = {
mode = "0600";
path = "${config.home.homeDirectory}/.ssh/id_rsa";
};
"ssh/id_rsa_pub" = {
mode = "0644";
path = "${config.home.homeDirectory}/.ssh/id_rsa.pub";
};
"ssh/id_rsa_git" = {
mode = "0600";
path = "${config.home.homeDirectory}/.ssh/id_rsa_git";
};
"ssh/id_rsa_git_pub" = {
mode = "0644";
path = "${config.home.homeDirectory}/.ssh/id_rsa_git.pub";
};
};
};
};