nix-ld: setup

This commit is contained in:
2024-06-08 12:45:43 +02:00
parent 89a667ec7e
commit 5bdf629e2f

View File

@@ -87,6 +87,13 @@ in {
};
};
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
libusb1
];
};
programs.ssh = {
extraConfig = ''
Host nix-builder-isvegg