?
This commit is contained in:
parent
393bda608b
commit
fa369941d5
1 changed files with 3 additions and 1 deletions
|
@ -84,9 +84,11 @@
|
|||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.groups."mira".gid = 1000;
|
||||
users.users.mira = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "docker"]; # Enable ‘sudo’ for the user.
|
||||
group = "mira";
|
||||
extraGroups = ["wheel" "docker"];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
tree
|
||||
|
|
Loading…
Add table
Reference in a new issue