all repos — archive/nixos-configuration @ 14cee12227e127e7e0e309d02c901ce065f07958

Superseded by nixfiles

Remove remote-build configuration

Alan Pearce
commit

14cee12227e127e7e0e309d02c901ce065f07958

parent

d74d376fcb4f325bcfe91de750f5b07ce4f8d487

2 files changed, 0 insertions(+), 14 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/hardware/laptop.nix
@@ -52,6 +52,5 @@ systemd.services.nix-gc.unitConfig.ConditionACPower = true;
imports = [ ../user-interface.nix - ../remote-build.nix ]; }
D modules/remote-build.nix
@@ -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 = []; - }]; -}