No description
- Nix 89.4%
- Emacs Lisp 7.3%
- Lua 2.2%
- CSS 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| hosts | ||
| modules | ||
| patches | ||
| src | ||
| tasks | ||
| .gitignore | ||
| .ignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
| secrets.yaml | ||
| Taskfile.yml | ||
| that | ||
| this | ||
Dotfiles
This repo uses Taskfile to manage nix across multiple systems.
Installation
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b .
./task update
rm -f task
Updating
task update
TPM Unlock registration
- find the device you need with
lsblk, it will contain a volume "luks" of type "crypt" ❯ sudo systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+2+7+12 --wipe-slot=tpm2 [DEVICE_FROM_ABOVE]