mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-07 04:51:42 +00:00
removing sshkey secrets
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user