Update setup and README
This commit is contained in:
parent
2814cd1925
commit
258201ecba
2 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,8 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
|
|
||||||
# To Do List
|
# To Do List
|
||||||
## General
|
## General
|
||||||
* [ ] reinstall / re-configure snapper
|
* [x] reinstall / re-configure snapper
|
||||||
|
* [ ] Move DNS resolution for internal things to internal pihole server
|
||||||
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
* [ ] nixified.ai - https://github.com/nixified-ai/flake
|
||||||
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
|
||||||
* [ ] Security hardening
|
* [ ] Security hardening
|
||||||
|
@ -47,6 +48,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
* [ ] emacs
|
* [ ] emacs
|
||||||
* [ ] Add bracket auto-completion
|
* [ ] Add bracket auto-completion
|
||||||
* [ ] Find a way to have magit save login credentials
|
* [ ] Find a way to have magit save login credentials
|
||||||
|
* [ ] xfce4 configs - `~/.config/xfce4`
|
||||||
|
|
||||||
# Desktop / GUI To Do List
|
# Desktop / GUI To Do List
|
||||||
* [ ] vscodium and user-config.js file?
|
* [ ] vscodium and user-config.js file?
|
||||||
|
|
|
@ -29,6 +29,8 @@ echo ">>> !!!!! Copy this signature to .sops.yaml: "
|
||||||
echo ">>> !!!!!"
|
echo ">>> !!!!!"
|
||||||
echo ">>> !!!!!"
|
echo ">>> !!!!!"
|
||||||
echo ">>> !!!!!"
|
echo ">>> !!!!!"
|
||||||
|
|
||||||
|
# Currently only RSA keys are allowed
|
||||||
sudo ssh-to-pgp \
|
sudo ssh-to-pgp \
|
||||||
-comment "Generated `date +%Y.%m.%d`" \
|
-comment "Generated `date +%Y.%m.%d`" \
|
||||||
-email "root@`hostname`" \
|
-email "root@`hostname`" \
|
||||||
|
|
Loading…
Reference in a new issue