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"]; };