Jake Chvatal

Results 71 comments of Jake Chvatal

This is blocked by alacritty sixel support: https://github.com/alacritty/alacritty/issues/910

do this https://christine.website/blog/my-wireguard-setup-2021-02-06 @

https://github.com/tonarino/innernet this has a nixos configuration and seems to do a lot of this work for me!

config method: https://github.com/cole-mickens/nixcfg/blob/main/modules/innernet.nix

the core issue here is really that the trackpad seems to take precedence at strange/unexpected times. i'll resolve this with my own wayland window manager soon : )

Snippet for ZFS backups: ``` nix services.znapzend = { enable = true; autoCreation = true; pure = true; zetup = let localOnlyNotRecursive = { enable = true; plan = "1hour=>15min,1day=>1hour,4day=>1day,1month=>1week";...

https://www.znapzend.org/

Make sure to create a separate file system partition for Nix packages, `/nix`.

Use this system to investigate backups, too!

https://mt-caret.github.io/blog/posts/2020-06-29-optin-state.html#fnref1 https://grahamc.com/blog/erase-your-darlings set this up! this will ensure that my configuration is precisely reproducible. i have to set up a backup solution for secret keys, photos and videos though...