Set up wluma
This commit is contained in:
parent
e763b564f0
commit
da26a63998
4 changed files with 59 additions and 18 deletions
|
|
@ -52,8 +52,8 @@ in
|
|||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = fullname;
|
||||
extraGroups = [ "wheel" "networkmanager" ]
|
||||
++ lib.optionals isMobile [ "dialout" "feedbackd" "video" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" ]
|
||||
++ lib.optionals isMobile [ "dialout" "feedbackd" ];
|
||||
shell = pkgs.fish;
|
||||
inherit hashedPassword;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue