From 873f288513524f462ee5b8427c12af105004234f Mon Sep 17 00:00:00 2001 From: batvin321 Date: Sat, 25 Jan 2025 20:45:14 -0500 Subject: [PATCH] Update configuration.nix --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index a3d0ea7..58b9abc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,12 +51,12 @@ layout = "us"; }; - # Define a user account. Don't forget to set a password with ‘passwd’. + # Define a user account. Don't forget to set a password with passwd. programs.fish.enable = true; users.users.arm = { isNormalUser = true; shell = pkgs.fish; - initialHashedPassword = "$y$j9T$0PPbSXGEwyGq6ZFvJMhmE/$D5ZlKOwR/4NCDD8eaxWiQiG1TTRSK4PfbQe/Tm60Id/"; + initialPassword = "changeme"; extraGroups = [ "wheel" "networkmanager" "audio" "video" "cdrom" "input" "docker" "render"]; };