lambda: remove
This commit is contained in:
parent
d5b9bef71d
commit
471c194a54
|
@ -20,7 +20,6 @@
|
|||
"alpha".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOpQNEmmEe6jr7Mv37ozokvtTSd1I3SmUU1tpCSNTkc";
|
||||
"delta".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFe9RpnO1/QRU81kjtEsWN66xfP5Y/qf5EQZ6wdM/XCT";
|
||||
"delta-old".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB0x9oImZjIhoPEwLlHVixIh7y1Kwn+SX17xffrdRzvv";
|
||||
"lambda".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEd354UBnQi4xhjtJtKs4yVXuOkKY0svk+YHCm/pG46";
|
||||
"sigma".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4Kvx/lcFRvl7KlxqqhrJ32h3FzuzyLA5BNB42+p92c";
|
||||
"sigma-old".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF2Qrh0tpR5YawiYvcPGC4OSnu4//ge1eVdiBDLrTbCx";
|
||||
"tor".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVPxvqwS2NMqqCGBkMmExzdBY5hGLegiOuqPJAOfdKk";
|
||||
|
|
|
@ -13,12 +13,6 @@
|
|||
# to the mess that is IPv6. Force keepalive packets to avoid sessions
|
||||
# dying. See https://news.ycombinator.com/item?id=25737611.
|
||||
serverAliveInterval = 25;
|
||||
matchBlocks = {
|
||||
# Lambda exposes ssh on port 222 to allow git ssh on 22.
|
||||
"lambda" = {
|
||||
port = 222;
|
||||
};
|
||||
};
|
||||
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
|
||||
# extraConfig.
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue