Merge pull request #54519 from devhell/modify_ngc.pl

nixos-generate-config: Include extraGroups "wheel"
This commit is contained in:
Graham Christensen 2019-01-27 15:59:29 -05:00 committed by GitHub
commit 18119f2d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,9 +635,10 @@ $bootLoaderConfig
# services.xserver.desktopManager.plasma5.enable = true; # services.xserver.desktopManager.plasma5.enable = true;
# 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.guest = { # users.users.jane = {
# isNormalUser = true; # isNormalUser = true;
# uid = 1000; # uid = 1000;
# extraGroups = [ "wheel" ]; # Enable sudo for the user.
# }; # };
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be