Update configuration.nix
This commit is contained in:
@@ -53,7 +53,7 @@ in
|
||||
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
description = "Default USB user";
|
||||
description = "user";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user