fixed vitrualbox & indentation

Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-04-30 15:28:16 +03:00
parent f9c94b283f
commit c1e31432af

View file

@ -80,7 +80,11 @@ in {
users.users.ultra = {
isNormalUser = true;
description = "Alex S.";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [
"networkmanager"
"wheel"
"vboxusers"
];
shell = pkgs.fish;
hashedPassword = "$6$OBjnSQhhJgHsr5LE$jFtUz.2qv0l2viv86exXmfHWC0fDFXKD3rqH41NmqgkdoBrwY2rPkDBCPjdq7PSoeudYcQ0nXxJvh1N7EIUs90";
};