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