Add Groups to user

This commit is contained in:
Johannes Jöns 2023-07-10 10:50:55 +02:00
parent 8578be0efe
commit 8c297925cb

View file

@ -7,8 +7,9 @@
users.users.jopejoe1 = { users.users.jopejoe1 = {
isNormalUser = true; isNormalUser = true;
description = "jopejoe1"; description = "Johannes Jöns";
initialPassword = "password"; initialPassword = "password";
extraGroups = [ "wheel" "networkmanager" ];
packages = with pkgs; [ packages = with pkgs; [
git git
kate kate