ssh key order fix
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
in {
|
in {
|
||||||
"*" = default;
|
"*" = default;
|
||||||
"ssh.nx2.site" = default // { identityFile = [
|
"ssh.nx2.site" = default // { identityFile = [
|
||||||
"${hyper.home}/vault/ssh/nxace-nx2-${hyper.host}"
|
|
||||||
"${hyper.home}/vault/ssh/nxgit-nx2-${hyper.host}"
|
"${hyper.home}/vault/ssh/nxgit-nx2-${hyper.host}"
|
||||||
|
"${hyper.home}/vault/ssh/nxace-nx2-${hyper.host}"
|
||||||
]; };
|
]; };
|
||||||
"tg.dm.informatik.tu-darmstadt.de" = default // { identityFile = [ "${hyper.home}/vault/ssh/tg-dm-informatik-tuda" ]; };
|
"tg.dm.informatik.tu-darmstadt.de" = default // { identityFile = [ "${hyper.home}/vault/ssh/tg-dm-informatik-tuda" ]; };
|
||||||
"git.da.dicos.de" = default // { identityFile = [ "${hyper.home}/vault/ssh/dcsgit-lkurzweg-${hyper.host}" ]; };
|
"git.da.dicos.de" = default // { identityFile = [ "${hyper.home}/vault/ssh/dcsgit-lkurzweg-${hyper.host}" ]; };
|
||||||
|
|||||||
Reference in New Issue
Block a user