mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
Add Groups to user
This commit is contained in:
parent
8578be0efe
commit
8c297925cb
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
|||
|
||||
users.users.jopejoe1 = {
|
||||
isNormalUser = true;
|
||||
description = "jopejoe1";
|
||||
description = "Johannes Jöns";
|
||||
initialPassword = "password";
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
packages = with pkgs; [
|
||||
git
|
||||
kate
|
||||
|
|
Loading…
Reference in a new issue