diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 7f34972..640fdaa 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -20,8 +20,10 @@ users.users.${user} = { # System User isNormalUser = true; - extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" ]; + extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" ]; shell = pkgs.zsh; # Default shell + uid = 2000; + initialPassword = "password95"; }; #security.sudo.wheelNeedsPassword = true; # User does not need to give password when using sudo.