about summary refs log tree commit diff
path: root/machines/aszlig/dnyarri.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 03:25:38 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 03:25:38 +0100
commitec2b45fb836842abb89a14088ea84365a45019ae (patch)
tree6ccceecb4b36d4871bd0056d7772ce1046f95120 /machines/aszlig/dnyarri.nix
parent187c673adf3c6a9a7afd8934ee41df7941f28cbf (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/dnyarri.nix')
-rw-r--r--machines/aszlig/dnyarri.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 57a8a92d..89753820 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -4,7 +4,7 @@ with pkgs.lib;
 with import ../../lib;
 
 {
-  imports = singleton ../../common-workstation.nix;
+  vuizvui.user.aszlig.profiles.workstation.enable = true;
 
   nix.maxJobs = 8;