[nixbox] Add homeserver and racknerd host configs.
This commit is contained in:
+11
-1
@@ -165,13 +165,23 @@ in {
|
|||||||
];
|
];
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
"tailscale-jmug" = {
|
"homeserver" = {
|
||||||
user = "jmug";
|
user = "jmug";
|
||||||
hostname = "100.122.244.59";
|
hostname = "100.122.244.59";
|
||||||
identityFile = [
|
identityFile = [
|
||||||
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
||||||
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
||||||
];
|
];
|
||||||
|
forwardAgent = true;
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
};
|
||||||
|
"racknerd" = {
|
||||||
|
user = "jmug";
|
||||||
|
hostname = "155.94.155.137";
|
||||||
|
identityFile = [
|
||||||
|
"/home/jmug/.ssh/id_yubikey" # Auto updated symlik that matches all yubikeys.
|
||||||
|
"/home/jmug/.ssh/id_jmug" # Fallback key with passphrase.
|
||||||
|
];
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user