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/tishtushi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/aszlig/tishtushi.nix') diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix index 305c4952..cb12ae72 100644 --- a/machines/aszlig/tishtushi.nix +++ b/machines/aszlig/tishtushi.nix @@ -8,7 +8,7 @@ let storeUUID = "ce1db87b-d717-450d-a212-3685a224f626"; diskID = "ata-Hitachi_HTS543232A7A384_E2P31243FGB6PJ"; in { - imports = singleton ../../common-workstation.nix; + vuizvui.user.aszlig.profiles.workstation.enable = true; boot = rec { kernelPackages = with pkgs; let -- cgit 1.4.1