Add a ssh binary cache
This commit is contained in:
parent
00daa59cd5
commit
d2c1f4b940
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@
|
|||
permitRootLogin = "no";
|
||||
startWhenNeeded = true;
|
||||
};
|
||||
nix.sshServe.enable = true;
|
||||
nix.sshServe.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue