Hashed Password
Added in hashed password for user wesley. Also added xclip to help with adding in the hashed password.
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
description = "Wesley Irvin";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh; # Set our default shell for our user to zsh
|
||||
hashedPassword = "$y$j9T$PXPH.OUWrqDkhAQR03weh/$Ge5dooWNGvExpXtA2Wtqe01e6CIyVvrMZiKZM6Ufzd3";
|
||||
packages = with pkgs; [
|
||||
alacritty
|
||||
bottom
|
||||
@@ -99,6 +100,7 @@
|
||||
neovim
|
||||
retroarchFull
|
||||
spotify
|
||||
xclip
|
||||
];
|
||||
};
|
||||
|
||||
@@ -112,6 +114,7 @@
|
||||
vim
|
||||
zsh
|
||||
git
|
||||
xclip
|
||||
];
|
||||
|
||||
# List of users allowed to connect to the Nix daemon
|
||||
|
||||
Reference in New Issue
Block a user