about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-25 16:52:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-25 16:52:46 +0200
commitfb1ddce32989fdea137f2b225ae4c24d2badf3a4 (patch)
tree7e4cb2e11e65b9ef8bc28e96f879c723ecd1de83 /machines
parent9add1880bdb7b905f51768dd13470e86e5393624 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/arilou.nix2
-rw-r--r--machines/dnyarri.nix2
-rw-r--r--machines/mmrnmhrm.nix2
3 files changed, 3 insertions, 3 deletions
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
     <nixpkgs/nixos/modules/profiles/all-hardware.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;