added importing ssh keys
This commit is contained in:
@@ -70,6 +70,12 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
# 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_rsa.pub".text = builtins.readFile /home/blake/.nix/.keyring/ssh/id_snowbelle.pub;
|
||||
home.file.".ssh/id_rsa.pub".mode = "0644";
|
||||
|
||||
# configure git
|
||||
programs.git = {
|
||||
|
||||
Reference in New Issue
Block a user