changed user name

This commit is contained in:
biscuit
2025-05-06 11:23:09 -05:00
parent 0c8d4ae178
commit e209ddd352
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -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;
[];
};