Update file configuration.nix
This commit is contained in:
@@ -80,7 +80,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# User Account Setup - REQUIRED: Change "hydenix" to your desired username (must match above)
|
# User Account Setup - REQUIRED: Change "hydenix" to your desired username (must match above)
|
||||||
users.bangae1 = {
|
users.users.bangae1 = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "1"; # SECURITY: Change this password after first login with `passwd`
|
initialPassword = "1"; # SECURITY: Change this password after first login with `passwd`
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
|||||||
Reference in New Issue
Block a user