From 37c38b66096599dc90087437aaf1294d09c0c0dc Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 24 Jun 2023 23:09:53 -0400 Subject: [PATCH] Fix typo. --- users/phoenix/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/phoenix/user.nix b/users/phoenix/user.nix index e9e6b21..6576379 100644 --- a/users/phoenix/user.nix +++ b/users/phoenix/user.nix @@ -9,6 +9,6 @@ isNormalUser = true; description = "Jessica Canady"; extraGroups = [ "networkmanager" "wheel" "nixbld" "docker" "audio"]; - initialPassword = 'password"; + initialPassword = "password"; }; }