WIP: Add fpga u280 #86

Closed
rarias wants to merge 19 commits from add-fpga-u280 into old-master
Showing only changes of commit 5899d8847c - Show all commits

View File

@@ -39,6 +39,12 @@
# Disable garbage collection for now
nix.gc.automatic = lib.mkForce false;
# Use nix cache from hut
nix.settings = {
substituters = [ "https://jungle.bsc.es/cache" ];
trusted-public-keys = [ "jungle.bsc.es:pEc7MlAT0HEwLQYPtpkPLwRsGf80ZI26aj29zMw/HH0=" ];
};
services.openssh.settings.X11Forwarding = true;
nixpkgs.overlays = [