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:
Wesley Irvin
2023-06-11 17:46:11 -04:00
parent e0921bcf7b
commit 231dfdc904

View File

@@ -89,6 +89,7 @@
description = "Wesley Irvin"; description = "Wesley Irvin";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh; # Set our default shell for our user to zsh shell = pkgs.zsh; # Set our default shell for our user to zsh
hashedPassword = "$y$j9T$PXPH.OUWrqDkhAQR03weh/$Ge5dooWNGvExpXtA2Wtqe01e6CIyVvrMZiKZM6Ufzd3";
packages = with pkgs; [ packages = with pkgs; [
alacritty alacritty
bottom bottom
@@ -99,6 +100,7 @@
neovim neovim
retroarchFull retroarchFull
spotify spotify
xclip
]; ];
}; };
@@ -112,6 +114,7 @@
vim vim
zsh zsh
git git
xclip
]; ];
# List of users allowed to connect to the Nix daemon # List of users allowed to connect to the Nix daemon