From a911f4231c6c0a4c7d7621873ae452a37d12faf4 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 22 Jun 2017 01:45:51 +0200 Subject: devhell: Move users_dev.nix into base profile IMHO this module is really too small to factor it out into its own profile module, so I'm putting it into the base profile as it's really common among all of devhell's machines. Signed-off-by: aszlig Cc: @devhell --- modules/user/devhell/profiles/base.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index 6f55a79d..123da3ef 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -46,6 +46,13 @@ in { networking.firewall.enable = false; + users.users.dev = { + isNormalUser = true; + extraGroups = [ "vboxusers" "wheel" "mpd" "networkmanager" "libvirtd" ]; + uid = 1000; + shell = "${pkgs.zsh}/bin/zsh"; + }; + programs = { ssh = { startAgent = false; -- cgit 1.4.1