add authkeys to work

This commit is contained in:
Morten Olsen
2025-12-15 19:34:01 +01:00
parent a632dedc86
commit 7598ffcf97
2 changed files with 7 additions and 3 deletions

View File

@@ -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;