summaryrefslogtreecommitdiff
path: root/machines/helium.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/helium.nix')
-rw-r--r--machines/helium.nix13
1 files changed, 4 insertions, 9 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index 0eb4b07..9e8221e 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -111,22 +111,17 @@
dates = "03:15";
};
binaryCaches = [ "https://cache.nixos.org/" ];
- nixPath = [
- "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs"
- "nixos-config=/etc/nixos/configuration.nix"
- "/nix/var/nix/profiles/per-user/root/channels"
- ];
extraOptions = ''
- gc-keep-outputs = true
- gc-keep-derivations = true
+ keep-outputs = true
+ keep-derivations = true
builders-use-substitutes = true
'';
buildMachines = [
{
- hostName = "home.simatime.com";
+ hostName = "dev.simatime.com";
sshUser = "root";
- sshKey = "/home/ben/.ssh/hidor-kahih";
+ sshKey = "/home/ben/.ssh/id_rsa";
system = "x86_64-linux";
maxJobs = 4;
speedFactor = 4;