diff options
-rw-r--r-- | notes/laptop.md | 2 | ||||
-rw-r--r-- | notes/password.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/notes/laptop.md b/notes/laptop.md new file mode 100644 index 00000000..26ee4dd5 --- /dev/null +++ b/notes/laptop.md @@ -0,0 +1,2 @@ +# backlight +Run `ls /sys/class/backlight` to see possible options. diff --git a/notes/password.md b/notes/password.md new file mode 100644 index 00000000..ff79aa38 --- /dev/null +++ b/notes/password.md @@ -0,0 +1,2 @@ +# Password +Run `nix run n#mkpasswd -- -m yescrypt -s -R 11` |