From 5bdf629e2f77daed018ad23348e0dc7b75782c1e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 8 Jun 2024 12:45:43 +0200 Subject: [PATCH] nix-ld: setup --- hosts/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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