aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysfeat(workstation): add sway function key bindingsHEADmasterMartin Fischer
7 daysfeat(ev): add unzipMartin Fischer
2026-07-05feat: replace jq with yq and add it to common profileMartin Fischer
yq also supports TOML. It should also be available on servers to filter web server logs.
2026-07-05tweak(tente): put cgit tree for commit behind basic authMartin Fischer
2026-07-05feat: set up printerMartin Fischer
2026-07-05deps: update to NixOS 26.05Martin Fischer
For all: tailscale: 1.90.9 -> 1.98.2 zsh: 5.9 -> 5.9.1 hamac: android-studio 2025.2.1.8 -> 2025.3.4.7 anki: 25.09.3 -> 25.09.4 chromium: 148.0.7778.167 -> 149.0.7827.53 firefox: 150.0.3 -> 151.0.3 foot: 1.25.0 -> 1.27.0 gimp: 3.0.4 -> 3.0.8 i3status-rust: 0.34.0 -> 0.36.1 inkscape: 1.4.2 -> 1.4.4 krita: 5.2.15 -> 6.0.1 mako: 1.10.0 -> 1.11.0 thunderbird: 150.0.2 -> 151.0.1 vscodium: 1.106.27818 -> 1.116.02821 wireshark-qt: 4.6.5 -> 4.6.6 zathura: 0.5.13 -> 2026.05.20 zed-editor: 1.1.7 -> 1.5.4 docker-compose: 2.40.3 -> 5.1.4 go: 1.25.9 -> 1.26.3 hugo: 0.161.1 -> 0.162.1 jujutsu: 0.41.0 -> 0.42.0 just: 1.43.1 -> 1.51.0 scc: 3.5.0 -> 3.7.0 skim: 0.20.5 -> 4.0.0 coreutils-full: 9.8 -> 9.11 curl: 8.19.0 -> 8.20.0 file: 5.45 -> 5.47 gawk: 5.3.2 -> 5.4.0 git: 2.51.2 -> 2.54.0 htop: 3.4.1 -> 3.5.1 bluez: 5.84, 5.86 -> 5.86 iproute2: 6.17.0 -> 7.0.0 iptables: 1.8.11 -> 1.8.13 less: 679 -> 692 nix: 2.31.5 -> 2.34.7 nixfmt: 1.2.0 -> 1.3.1 npins: 0.3.1 -> 0.4.1 podman: 5.7.0 -> 5.8.2 networkmanager: 1.54.3 -> 1.56.0 openssl(bin): 3.6.1, 3.6.2 -> 3.6.2 shadow: 4.18.0 -> 4.19.4 swaylock: 1.8.4 -> 1.8.5 systemd: 258.7, 260.1 -> 260.1 time: 1.9 -> 1.10 tree: 2.2.1 -> 2.3.2 vim: 9.2.0340 -> 9.2.0389 wireguard-tools: 1.0.20250521 -> 1.0.20260223 xwayland: 24.1.10 -> 24.1.12 For ev: kodi-peripheral.joystick: 20.1.9 -> 21.1.23 miniflux: 2.2.19 -> 2.3.1 navidrome: 0.61.1 -> 0.61.2 qbittorrent-nox: 5.1.4 -> 5.2.1 grafana-alloy: 1.12.2 -> 1.16.0 grafana-loki: 3.6.3 -> 3.7.2 linux: 6.12.89 -> 6.18.35 mosquitto: 2.0.22 -> 2.1.2 node_exporter: 1.10.2 -> 1.11.1 prometheus: 3.7.2 -> 3.11.3 zigbee2mqtt: 2.6.3 -> 2.12.0 For tente: cgit: 1.2.3 -> 1.3.1 grafana-alloy: 1.12.2 -> 1.16.0 grafana-loki: 3.6.3 -> 3.7.2 grafana: 12.3.6+security-01 -> 13.0.2 headscale: 0.27.1 -> 0.28.0 lego: 4.31.0 -> 4.35.2 nginx: 1.28.3 -> 1.30.2 node_exporter: 1.10.2 -> 1.11.1 prometheus: 3.7.2 -> 3.11.3
2026-06-12refactor: stop running kodi in cageMartin Fischer
Since cage 0.2.1 Kodi didn't work anymore. With 0.2.1 it crashed which was fixed but with the fix Kodi still gives a black screen, which I reported as https://github.com/cage-kiosk/cage/issues/469. To keep it working I've been pinning cage to 0.2.0. This bug still hasn't been fixed in cage 0.3.0. Now I want to upgrade to NixOS 26.05 but that doesn't package wlroots 0.18 anymore (which is needed by cage 0.2.0). Apparently Kodi can run standalone without a display server, so let's just do that.
2026-06-08feat(workstation): add openssl commandMartin Fischer
2026-06-08feat(workstation): add android-studioMartin Fischer
2026-05-24tweak(user/foot): set window's urgent state for terminal bellMartin Fischer
2026-05-24tweak(workstation): add man-pages packageMartin Fischer
Handy for ascii(7).
2026-05-24tweak(workstation): add nixpkgs-unstable to NIX_PATHMartin Fischer
2026-05-24tweak(zsh): source ~/zshrc-untracked if it existsMartin Fischer
2026-05-24refactor: remove duplicate systemPackagesMartin Fischer
Accidentally introduced in 03d807abf43ecf3cc988f06a3dc242d6d480a385.
2026-05-17deps: update hugo 0.152.2 -> 0.161.1Martin Fischer
2026-05-17tweak(user/zed): add svelte and xml extensionsMartin Fischer
I've been using the Svelte extension for a while; just forgot to add it to the config.
2026-05-17deps: update zed 0.218.6 -> 1.1.7Martin Fischer
ESLint didn't work. With the new version it works.
2026-05-16deps: update nixos nixos-small nixos-unstableMartin Fischer
For all: go: 1.25.8 -> 1.25.9 nix: 2.31.4 -> 2.31.5 vim: 9.1.2148 -> 9.2.0340 linux: 6.12.80 -> 6.12.87 systemd: 258.5 -> 258.7 openssh: 10.2p1 -> 10.3p1 For hamac: anki: 25.09.2 -> 25.09.3 chromium: 146.0.7680.177 -> 148.0.7778.167 firefox: 149.0 -> 150.0.3 jujutsu: 0.40.0 -> 0.41.0 thunderbird: 148.0.1 -> 150.0.2 wireshark-qt: 4.6.4 -> 4.6.5 wl-clipboard: 2.2.1 -> 2.3.0 mupdf: 1.26.10 -> 1.27.2 For ev: actual-server: 26.3.0 -> 26.4.0 anki-sync-server: 25.09.2 -> 25.09.4 navidrome: 0.60.3 -> 0.61.1 postgresql: 16.13, 17.9 -> 16.14, 17.10 For tente: grafana: 12.3.6 -> 12.3.6+security-01 postgresql: 16.13 -> 16.14
2026-05-16refactor: set nixPath and NIXPKGS_CONFIG only in workstationMartin Fischer
Referencing pkgs.path in /etc/set-environment caused the system derivations to needlessly depend on ~460M of nixpkgs (which slowed down server deployments). The only downside is that `nix-shell -p` doesn't work anymore on the servers. And the other paths are local to my hamac laptop and don't exist on the servers.
2026-05-16refactor: set nix.channel.enable = falseMartin Fischer
The mentioned issue has been long fixed in https://github.com/NixOS/nixpkgs/commit/1e6acabaebb2d3eb13cde9d8742aadb9480abcd7.
2026-04-13tweak(user/zed): disable remove_trailing_whitespace_on_saveMartin Fischer
2026-04-10deps: update nixos nixos-small nixos-unstableMartin Fischer
For all: curl: 8.18.0 -> 8.19.0 systemd: 258.3 -> 258.5 nix: 2.31.2 -> 2.31.4 vim: 9.1.1869 -> 9.1.2148 For hamac: chromium: 145.0.7632.109 -> 146.0.7680.177 firefox: 147.0.4 -> 149.0 go: 1.25.6 -> 1.25.8 jujutsu: 0.38.0 -> 0.40.0 krita: 5.2.14 -> 5.2.15 nodejs: 22.22.0 -> 22.22.2 thunderbird: 147.0.1 -> 148.0.1 wireshark-qt: 4.6.3 -> 4.6.4 For ev: miniflux: 2.2.17 -> 2.2.19 actual-server: 25.11.0 -> 26.3.0 navidrome: 0.60.0 -> 0.60.3 nginx: 1.28.2 -> 1.28.3 postgresql: 16.12, 17.8 -> 16.13, 17.9 For tente: grafana: 12.3.3 -> 12.3.6 nginx: 1.28.2 -> 1.28.3 postgresql: 16.12 -> 16.13
2026-03-02feat(workstation): add ankiMartin Fischer
2026-03-02feat(ev): add anki-sync-serverMartin Fischer
2026-02-28feat(ev): add exercise-logMartin Fischer
2026-02-28tweak(user/zed): disable avatars in git blameMartin Fischer
2026-02-28feat(workstation): make ed respect .gitignoreMartin Fischer
2026-02-21docs(android): add AnkiDroidMartin Fischer
2026-02-21deps: update nixos, nixos-small and nixos-unstableMartin Fischer
For all: linux: 6.12.65 -> 6.12.74 For hamac: chromium: 143.0.7499.192 -> 145.0.7632.109 firefox: 147.0 -> 147.0.4 jujutsu: 0.37.0 -> 0.38.0 thunderbird: 146.0.1 -> 147.0.1 typst: 0.14.0 -> 0.14.2 wireshark-qt: 4.6.2 -> 4.6.3 For ev: miniflux: 2.2.16 -> 2.2.17 navidrome: 0.58.0 -> 0.60.0 For tente: grafana: 12.3.1 -> 12.3.3 postgresql: 16.11 -> 16.12
2026-02-21refactor: use nixos-unstable rather than nixpkgs-unstableMartin Fischer
Sometimes using an unstable package also requires the unstable NixOS module.
2026-02-21refactor: move let sources to imports definitionMartin Fischer
Imports cannot use _module.args since that leads to a cyclic dependency.
2026-02-21tweak(workstation): remove element-desktopMartin Fischer
2026-01-25tweak(common): set editing-mode vi in /etc/inputrcMartin Fischer
2026-01-25deps: update cmd50Martin Fischer
2026-01-25docs: add android.mdMartin Fischer
2026-01-25tweak(tente): stop hosting MatrixMartin Fischer
I'm unhappy with the UX of Matrix.
2026-01-25feat(workstation): add rsqlite scriptMartin Fischer
2026-01-25chore: remove commented out/duplicate configMartin Fischer
2026-01-25fix(workstation): make ed not launch editor on Ctrl+CMartin Fischer
2026-01-25refactor: automatically install all scripts/Martin Fischer
2026-01-25tweak(tente): send Grafana alerts via email instead of MatrixMartin Fischer
Less moving parts. Instead of: Grafana -> Forwarder -> Conduit -> UnifiedPush? -> Matrix client just Grafana -> Mail server -> Mail client
2026-01-24fix(tente): let me replace my website contentMartin Fischer
Deleting a directory requires write permissions on its parent. I have write permissions on /srv/www/push-f.com but not /srv/www so I'm moving the content to /srv/www/push-f.com/current. (Also better for atomic deployments via symlinks since the symlink target can reside in the same directory.)
2026-01-22feat(tente): add web-feed-exporterMartin Fischer
2026-01-18tweak(workstation): set LC_TIME to en_GB.UTF-8Martin Fischer
For 24h times, DD/MM/YYYY and weeks starting on Monday.
2026-01-18refactor: move i18n options to workstationMartin Fischer
2026-01-18tweak(tente): reduce some Prometheus scrape intervalsMartin Fischer
2026-01-17deps: update git-grep-exporterMartin Fischer
2026-01-17tweak(workstation): open .svg files with firefoxMartin Fischer
2026-01-16feat(ev): add Actual BudgetMartin Fischer
2026-01-16deps: update nixos, nixos-small and nixpkgs-unstableMartin Fischer
For all: linux: 6.12.63 -> 6.12.65 For hamac: chromium: 143.0.7499.169 -> 143.0.7499.192 element-desktop: 1.12.6 -> 1.12.7 firefox: 146.0.1 -> 147.0 jujutsu: 0.36.0 -> 0.37.0 nixfmt: 1.1.0 -> 1.2.0 python3: 3.13.9 -> 3.13.11 zed-editor: 0.217.3 -> 0.218.6 For ev: grafana-alloy: 1.11.3 -> 1.12.2 miniflux: 2.2.15 -> 2.2.16 For tente: grafana-alloy: 1.11.3 -> 1.12.2 rocksdb: 10.7.5 -> 10.9.1