nix-ld: setup

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-08 12:45:43 +02:00
parent 89a667ec7e
commit 5bdf629e2f
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 7 additions and 0 deletions

View File

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