about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--common.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 6064a022..75d9a0fd 100644
--- a/common.nix
+++ b/common.nix
@@ -120,6 +120,17 @@
   };
   */
 
+  users.extraUsers.aszlig = {
+    description = "aszlig";
+    group = "users";
+    extraGroups = [ "vboxusers" "wheel" ];
+    home = "/home/aszlig";
+    isSystemUser = false;
+    useDefaultShell = true;
+    createHome = true;
+    createUser = true;
+  };
+
   environment.nix = pkgs.nixUnstable;
   environment.systemPackages = with pkgs; [
     zsh