From a706a99d8a9bcaeba4d21952730c39919db0e42d Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 1 Dec 2023 17:47:00 -0600 Subject: [PATCH] deleted useless commented code --- workstation/configuration.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index 0dd46ff..81cfa2b 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -176,14 +176,6 @@ nix = let featuresList = [ automatic = true; dates = "weekly"; }; - # buildMachines = [ { - # hostName = "server"; - # system = "x86_64-linux"; - # sshUser = "nixremote"; - # maxJobs = 4; - # speedFactor = 1; - # supportedFeatures = featuresList; - # } ]; distributedBuilds = true; settings = { cores = 16;