steveej-t14: enable smb v1 and add holo.host nix cache

This commit is contained in:
steveej 2022-01-10 17:49:31 +01:00
parent 9372fbc01e
commit 1bba975a9d

View file

@ -9,9 +9,12 @@ in {
nix = {
binaryCaches = [
"https://holochain-ci.cachix.org"
"https://cache.holo.host/"
];
binaryCachePublicKeys = [
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
"cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE="
"cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ="
];
};
@ -67,6 +70,10 @@ in {
};
};
services.samba.extraConfig = ''
# client min protocol = NT1
'';
security.pki.certificateFiles = [
"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"