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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/arilou.nix') 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 ]; -- cgit 1.4.1