Remove the ssh binary cache

This commit is contained in:
Bad 2021-07-20 15:58:13 +02:00
parent d80160264a
commit fd362cc6f2

View file

@ -12,9 +12,9 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID29iFz1dBQmbCbVkclFEn4I9dY2uf3u7bbKs2obEIl/ mae@teapot"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKGYGAlEHbg4fqLk+KgpqVtCCbUnUq1Z/IF0xPPJqJT8 justabanana@tesco"
];
nix.binaryCaches = [
"ssh://nix-ssh@192.168.0.18"
];
#nix.binaryCaches = [
# "ssh://nix-ssh@192.168.0.18"
#];
nix.allowedUsers = [
"nix-ssh"
];