From 1bba975a9db149443b1ba73ec125e6ee2b573ba0 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 10 Jan 2022 17:49:31 +0100 Subject: [PATCH] steveej-t14: enable smb v1 and add holo.host nix cache --- nix/os/devices/steveej-t14/system.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/os/devices/steveej-t14/system.nix b/nix/os/devices/steveej-t14/system.nix index a197dd4..b8bceb0 100644 --- a/nix/os/devices/steveej-t14/system.nix +++ b/nix/os/devices/steveej-t14/system.nix @@ -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"