mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
doc: document my pitfall history in the README
This commit is contained in:
parent
abc5a20069
commit
3dd8a32561
2 changed files with 5 additions and 4 deletions
|
|
@ -36,6 +36,11 @@ This repo is managed with Nix + GNU stow
|
||||||
# profit
|
# 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
|
# Hosts
|
||||||
- vanadium: Framework 13 (AMD 7040 Series)
|
- vanadium: Framework 13 (AMD 7040 Series)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,4 @@
|
||||||
# https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4
|
# https://community.frame.work/t/stability-issues-random-crashes-reboots-and-boot-freezes/62675/4
|
||||||
"pcie_aspm=off"
|
"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;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue