Init
This commit is contained in:
14
home/misc/default.nix
Normal file
14
home/misc/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
home.file = {
|
||||
".ssh/config" = {
|
||||
text = ''
|
||||
Host github.com
|
||||
User git
|
||||
Hostname github.com
|
||||
PreferredAuthentications publickey
|
||||
IdentityFile ~/.ssh/github
|
||||
'';
|
||||
executable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user