diff --git a/hosts/common.nix b/hosts/common.nix index c51a183..6506749 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -87,6 +87,13 @@ in { }; }; + programs.nix-ld = { + enable = true; + libraries = with pkgs; [ + libusb1 + ]; + }; + programs.ssh = { extraConfig = '' Host nix-builder-isvegg