about summary refs log tree commit diff
path: root/machines/aszlig/managed/notsure.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-01-02 14:48:45 +0100
committeraszlig <aszlig@redmoonstudios.org>2017-01-02 15:25:56 +0100
commit57ae89a63d1d21884861df02b5b552696353eb7a (patch)
tree2581ff4ca52492ee7b126d7eb5c411343aa11b0b /machines/aszlig/managed/notsure.nix
parent64daeabbb7b85f1c24156173673f8bfb9c3d5fcb (diff)
machines/managed: Implement a preliminary profile
Currently I just needed to support HP printers and scanners among all
the managed machines, so I thought it would be a good oportunity to
start a common profile for end user machines.

Right now there isn't that much factored out yet, but instead of copy &
pasting the printer/scanner config into all three machines I'm putting
it into the profile.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/managed/notsure.nix')
-rw-r--r--machines/aszlig/managed/notsure.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/aszlig/managed/notsure.nix b/machines/aszlig/managed/notsure.nix
index 758f3c72..7b129839 100644
--- a/machines/aszlig/managed/notsure.nix
+++ b/machines/aszlig/managed/notsure.nix
@@ -70,8 +70,7 @@ in {
 
   services = {
     deluge.enable = true;
-    printing.enable = true;
-    printing.drivers = [ pkgs.gutenprint pkgs.hplip pkgs.cups-bjnp ];
+    printing.drivers = [ pkgs.cups-bjnp ];
     tlp.enable = true;
 
     xserver = {
@@ -88,6 +87,9 @@ in {
 
   time.timeZone = "Europe/Berlin";
 
+  vuizvui.user.aszlig.profiles.managed.enable = true;
+  vuizvui.user.aszlig.profiles.managed.mainUser = "dwenola";
+
   vuizvui.user.aszlig.programs.vim.enable = true;
   vuizvui.enableGlobalNixpkgsConfig = true;
 }