doc: note why we should not set users.mutableUsers to false

This commit is contained in:
Primrose 2025-09-06 10:54:52 +08:00
parent bab392f4e1
commit e244990289
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -13,4 +13,8 @@
# 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;
}