No description
- Nix 91.2%
- Emacs Lisp 7.6%
- CSS 1.2%
| bin | ||
| hosts | ||
| modules | ||
| src | ||
| tasks | ||
| .gitignore | ||
| .ignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
| secrets.yaml | ||
| Taskfile.yml | ||
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]