From 231dfdc904afbf2b0048ad604970722a9f502c4d Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 11 Jun 2023 17:46:11 -0400 Subject: [PATCH] Hashed Password Added in hashed password for user wesley. Also added xclip to help with adding in the hashed password. --- base-config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base-config.nix b/base-config.nix index dfcb2f7..3ecd755 100644 --- a/base-config.nix +++ b/base-config.nix @@ -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