From ec2b45fb836842abb89a14088ea84365a45019ae Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 03:25:38 +0100 Subject: Move common{-workstation}.nix into profiles. Both files are specific to my machines only and need to be generalized in order to be useful for anyone else. Moving these files has a few other censequences, such that we now need to automatically import the module-list.nix in callMachine. Speaking of module-list.nix, the file is now alphabetically sorted. Signed-off-by: aszlig --- machines/aszlig/arilou.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'machines/aszlig/arilou.nix') diff --git a/machines/aszlig/arilou.nix b/machines/aszlig/arilou.nix index 093934b5..94efda36 100644 --- a/machines/aszlig/arilou.nix +++ b/machines/aszlig/arilou.nix @@ -7,10 +7,8 @@ let swapUUID = "4d172959-5cfd-4164-a46e-fa7be0dfd03a"; diskID = "usb-Lexar_USB_Flash_Drive_201303211246293590E4-0:0"; in { - imports = [ - ../../common-workstation.nix - - ]; + vuizvui.user.aszlig.profiles.workstation.enable = true; + imports = [ ]; boot = { kernelPackages = pkgs.linuxPackages_latest; -- cgit 1.4.1