Clarify password hash docs

Co-authored-by: ragusa-it <196988693+ragusa-it@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 21:00:58 +00:00
parent d2981b6741
commit 3d1018dcc3
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "seat" ];
# IMPORTANT: Generate a password hash with: mkpasswd -m sha-512
# Save it to the path below (ensure permissions are 600)
# Save it to the path defined in flake.nix (ensure permissions are 600)
hashedPasswordFile = passwordHashPath;
packages = with pkgs; [
# -- Noctalia Shell --