From 453f5b6fbc82764783c2e6005cbedccb2807d783 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 9 Jan 2013 21:01:45 +0100 Subject: common.nix: Add user "aszlig" by default. This is especially useful in case someone wants to build the system from scratch and doesn't remember group memberships anymore. Signed-off-by: aszlig --- common.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'common.nix') 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 -- cgit 1.4.1