Skip to content

Instantly share code, notes, and snippets.

Created November 8, 2017 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/339a37eb1eb553b70ef6a2084376f6ec to your computer and use it in GitHub Desktop.
Save anonymous/339a37eb1eb553b70ef6a2084376f6ec to your computer and use it in GitHub Desktop.
# User Accounts
users.extraUsers.augustin = {
isNormalUser = true;
home = "/home/ylwghst";
description = "ylwghst";
extraGroups = [ "wheel" "networkmanager" "dnscrypt-proxy" "vboxusers" "pmutils" ];
};
# Additional Security
security.sudo.extraConfig = ''
%pmutils ALL=NOPASSWD: ${pkgs.pmutils}/bin/pm-suspend
'';
users.extraGroups.pmutils = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment