From fb1ddce32989fdea137f2b225ae4c24d2badf3a4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 25 Jul 2014 16:52:46 +0200 Subject: common: Factor out common workstation options. Those options reside now in common-workstation.nix but it's only a preliminary step, in the long term I guess we want to have this as modular as possible. Signed-off-by: aszlig --- machines/arilou.nix | 2 +- machines/dnyarri.nix | 2 +- machines/mmrnmhrm.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'machines') diff --git a/machines/arilou.nix b/machines/arilou.nix index 0cb83031..08f3e370 100644 --- a/machines/arilou.nix +++ b/machines/arilou.nix @@ -8,7 +8,7 @@ let diskID = "usb-Lexar_USB_Flash_Drive_201303211246293590E4-0:0"; in { imports = [ - ../common.nix + ../common-workstation.nix ]; diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index bc3ac135..ad385001 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -4,7 +4,7 @@ with pkgs.lib; with import ../lib; { - require = singleton ../common.nix; + imports = singleton ../common-workstation.nix; nix.maxJobs = 8; diff --git a/machines/mmrnmhrm.nix b/machines/mmrnmhrm.nix index c8866545..e52cfd4d 100644 --- a/machines/mmrnmhrm.nix +++ b/machines/mmrnmhrm.nix @@ -4,7 +4,7 @@ with pkgs.lib; with import ../lib; { - require = singleton ../common.nix; + imports = singleton ../common-workstation.nix; nix.maxJobs = 2; -- cgit 1.4.1