From 14cee12227e127e7e0e309d02c901ce065f07958 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 11 Apr 2018 14:41:06 +0200 Subject: Remove remote-build configuration --- modules/hardware/laptop.nix | 1 - modules/remote-build.nix | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 modules/remote-build.nix diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 1c5d5e3..bd08308 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -52,6 +52,5 @@ imports = [ ../user-interface.nix - ../remote-build.nix ]; } diff --git a/modules/remote-build.nix b/modules/remote-build.nix deleted file mode 100644 index 7c1906f..0000000 --- a/modules/remote-build.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, pkgs, ... }: - -{ nix.distributedBuilds = true; - nix.buildMachines = [{ - hostName = "oak.alanpearce.eu"; - sshUser = "nix-ssh"; - sshKey = "/root/.ssh/id_ed25519"; - system = "x86_64-linux"; - maxJobs = 2; - supportedFeatures = ["kvm"]; - mandatoryFeatures = []; - }]; -} -- cgit 1.4.1