Initial commit
This commit is contained in:
9
modules/users/phill.nix
Normal file
9
modules/users/phill.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
{
|
||||
users.users.phill = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "input" ];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
}
|
||||
Reference in New Issue
Block a user