|
|
|
@ -106,7 +106,7 @@ |
|
|
|
# Define a user account. Don't forget to set a password with ‘passwd’. |
|
|
|
# Define a user account. Don't forget to set a password with ‘passwd’. |
|
|
|
users.users.chrigi = { |
|
|
|
users.users.chrigi = { |
|
|
|
isNormalUser = true; |
|
|
|
isNormalUser = true; |
|
|
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. |
|
|
|
extraGroups = [ "wheel" "networkmanager"]; |
|
|
|
initialPassword = "password"; |
|
|
|
initialPassword = "password"; |
|
|
|
packages = with pkgs; [ |
|
|
|
packages = with pkgs; [ |
|
|
|
firefox |
|
|
|
firefox |
|
|
|
|