{ nix = { distributedBuilds = true; buildMachines = [ { hostName = "gum.krebsco.de"; maxJobs = 8; sshKey = toString ; sshUser = "nixBuild"; system = "x86_64-linux"; supportedFeatures = [ ]; } ]; }; }