doc: document my pitfall history in the README

This commit is contained in:
Primrose 2025-09-06 16:17:09 +08:00
parent abc5a20069
commit 3dd8a32561
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 5 additions and 4 deletions

View file

@ -36,6 +36,11 @@ This repo is managed with Nix + GNU stow
# profit
```
# Pitfalls
## `users.mutableUsers`
NEVER set this to true without declaratively setting the passwords.
It would change the password to ! and you can't login.
# Hosts
- vanadium: Framework 13 (AMD 7040 Series)

View file

@ -13,8 +13,4 @@
# https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4
"pcie_aspm=off"
];
# I have learned my lesson
# NEVER set this to true. It would change the password to ! and you can't login
# users.mutableUsers = false;
}