Remove the ssh binary cache
This commit is contained in:
parent
d80160264a
commit
fd362cc6f2
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
|
||||||
];
|
];
|
||||||
nix.binaryCaches = [
|
#nix.binaryCaches = [
|
||||||
"ssh://nix-ssh@192.168.0.18"
|
# "ssh://nix-ssh@192.168.0.18"
|
||||||
];
|
#];
|
||||||
nix.allowedUsers = [
|
nix.allowedUsers = [
|
||||||
"nix-ssh"
|
"nix-ssh"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue