From f2baca474d817de11eebc274959ee84e650afc48 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Sun, 2 Jun 2024 23:09:50 -0400 Subject: [PATCH] Update configuration.nix --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e4f313d..ed6e811 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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