mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-08 18:03:08 +02:00
fixed vitrualbox & indentation
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
f9c94b283f
commit
c1e31432af
1 changed files with 199 additions and 195 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue