changed user name
This commit is contained in:
@@ -39,10 +39,11 @@
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.lsoriano = {
|
||||
users.users.biscuit = {
|
||||
isNormalUser = true;
|
||||
description = "Lee Roi Daniel Soriano";
|
||||
description = "Biscuit";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
initialPassword = "biscuitforeveryone";
|
||||
packages = with pkgs;
|
||||
[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user