diff options
Diffstat (limited to 'BACKLOG.md')
| -rw-r--r-- | BACKLOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2,7 +2,7 @@ ## Posts -- My `~/bin` scripts and wrappers. +- My `~/bin` scripts and shell aliases. - OpenBSD hooks: rc.firsttime(8), upgrade.site(8), apmd(8) /etc/apm/suspend, crontab(5) @reboot, etc. - Auto-install Arch Linux on vmm (unstable, at least on Intel hardware). - Checkout recently modified Git branch using fzf (git-co). @@ -29,6 +29,14 @@ - Prevent browsers from requesting a non-existing /favicon.ico. - Bidirectional sync (via untrusted server). - Mount external OpenBSD softraid crypto volume at boot. +- Practical quantum-safe secrets provisioning for NixOS (using Agenix): post-quantum Age host key, encrypted SSH host key, systemd DynamicUser+LoadCredentials+RefreshOnReload +- Efficient/small-scale observability (for self-hosters) using VictoriaMetrics, VictoriaLogs, and Perses on NixOS +- Split tunnel VPN for select services on NixOS (e.g. Miniflux) +- systemd's DynamicUser vs. backup +- NixOS config archive/tarball script +- NixOS configuration revision usage: NixOS config, CLI, pkg diff, pending commits +- (How to) patch a Go submodule/dependency with Nix (e.g. Perses/Echo) +- (How to) build a multi-binary Cabal project with Nix (e.g. Kapho) ## Other content @@ -41,3 +49,4 @@ - Revisit [CSS nesting support](https://caniuse.com/css-nesting). - Add Favicon. - Add [Open Graph](https://ogp.me/) meta data. +- Style feeds: <https://github.com/genmon/aboutfeeds/blob/main/tools/pretty-feed-v3.xsl>. |