add authkeys to work
This commit is contained in:
@@ -141,7 +141,7 @@ in {
|
||||
# Private MacBook
|
||||
"macbook.host" = {
|
||||
hostname = "192.168.3.9";
|
||||
user = "morten";
|
||||
user = "alice";
|
||||
port = 22;
|
||||
identityFile = cfg.githubPrivateKeyPath;
|
||||
identitiesOnly = true;
|
||||
@@ -150,7 +150,7 @@ in {
|
||||
# ZN MacBook
|
||||
"zn.host" = {
|
||||
hostname = "192.168.3.3";
|
||||
user = "morten";
|
||||
user = "alice";
|
||||
port = 22;
|
||||
identityFile = cfg.githubPrivateKeyPath;
|
||||
identitiesOnly = true;
|
||||
|
||||
Reference in New Issue
Block a user