Update configuration.nix
This commit is contained in:
parent
1750c1877a
commit
f2baca474d
@ -122,7 +122,7 @@ in
|
||||
users.users.vincent = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
initialHashedPassword = "$y$j9T$bNzCzml0kKQQxROnHJGee0$o7DvtXzBul58giMCwV9qFbuDBjdLiG7PoRTLUzT/jCB";
|
||||
initialPassword = "replaceMe";
|
||||
extraGroups = [ "wheel" "networkmanager" "lp" "audio" "video" "cdrom" "input" ];
|
||||
packages = with pkgs; [
|
||||
# admin tools
|
||||
|
Loading…
Reference in New Issue
Block a user