about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-09-10 00:43:46 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-09-10 00:43:46 +0200
commit7c10539426cb0fea2636446020b364ae14c40267 (patch)
tree16cb6d19a74bdf801868a9d3cf1876d044c94799 /common-workstation.nix
parente079359f86b970dcf272838af77a51ae6e22ba89 (diff)
common-workstation: Remove createUser attribute.
No longer needed as of NixOS/nixpkgs@1a75958.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 83e6f81f..a6ae7839 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -85,6 +85,5 @@
     home = "/home/aszlig";
     useDefaultShell = true;
     createHome = true;
-    createUser = true;
   };
 }