From 0eea563e794e786d46600f3a9cc544f575beceff Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Fri, 31 Jan 2025 23:06:59 +0500 Subject: [PATCH] chore: update comment doc --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index d0081d1..fcac05b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -121,7 +121,7 @@ id = ["24353659"]; }; - # 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 ‘mkpasswd’. users.users.shahab = { shell = pkgs.zsh;