about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-12-15 22:33:16 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-12-15 23:44:54 +0100
commit9cadb695e14a573cd9badc18da39bf62ada96365 (patch)
tree6c9f0ee3b04563f27029799535186e14b91325c2 /modules/user
parentddcd4a5a648da849eeabc1d6156ce24b18004872 (diff)
Move taalo-build to workstation profile
I need this on all my machines, so nix-env'ing it on every machine on
demand was getting tedious over time.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 51b53b24..780ae951 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -107,6 +107,8 @@ in {
     vuizvui.programs.gnupg.agent.sshSupport = true;
     vuizvui.programs.gnupg.agent.scdaemon.enable = true;
 
+    vuizvui.user.aszlig.programs.taalo-build.enable = true;
+
     services = {
       openssh = {
         enable = true;