gix ssh key file paths
This commit is contained in:
@@ -71,11 +71,11 @@
|
||||
};
|
||||
};
|
||||
# import sshkeys from keyring
|
||||
home.file.".ssh/id_rsa".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle;
|
||||
home.file.".ssh/id_rsa".mode = "0600";
|
||||
home.file.".ssh/id_snowbelle".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle;
|
||||
home.file.".ssh/id_snowbelle".mode = "0600";
|
||||
|
||||
home.file.".ssh/id_rsa.pub".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle.pub;
|
||||
home.file.".ssh/id_rsa.pub".mode = "0644";
|
||||
home.file.".ssh/id_snowbelle.pub".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle.pub;
|
||||
home.file.".ssh/id_snowbelle.pub".mode = "0644";
|
||||
|
||||
# configure git
|
||||
programs.git = {
|
||||
|
||||
Reference in New Issue
Block a user