Age | Commit message (Collapse) | Author | |
---|---|---|---|
16 hours | deps: update nixos | Martin Fischer | |
chromium: 137.0.7151.68 -> 138.0.7204.100 curl(bin): 8.13.0 -> 8.14.1 curl(man): 8.13.0 -> 8.14.1 element-desktop: 1.11.102 -> 1.11.105 file: 5.46 -> 5.45 firefox: 139.0.1 -> 140.0.4 go: 1.24.3 -> 1.24.4 iputils: 20240905 -> 20250605 mkpasswd: 5.6.1 -> 5.6.2 nix: 2.28.3 -> 2.28.4 nodejs: 22.14.0 -> 22.16.0 pipewire: 1.4.2 -> 1.4.5 python3: 3.12.10, 3.13.3 -> 3.12.11, 3.13.4 python3.13(doc): 3.13.3 -> 3.13.4 skim: 0.17.3 -> 0.18.0 strace: 6.14 -> 6.15 sudo: 1.9.16p2 -> 1.9.17p1 systemd: 257.5 -> 257.6 thunderbird: 138.0.1 -> 139.0.2 xwayland: 24.1.6 -> 24.1.8 | |||
16 hours | feat(workstation): add vdf | Martin Fischer | |
4 days | tweak(workstation): use mpv without yt-dlp dependency | Martin Fischer | |
2025-06-28 | feat(workstation): add golangci-lint | Martin Fischer | |
2025-06-28 | tweak(workstation): switch from tokei to scc | Martin Fischer | |
tokei is pretty much unmaintained (a bug fix for a crash hasn't been merged in half a year[1]) and since there's other things that are bothering me (e.g. the format flag being named `-o` and `-o json` outputting the counts for every single file), I'm switching to scc, which is very actively maintained. [1]: https://github.com/XAMPPRocky/tokei/pull/1209 | |||
2025-06-23 | tweak(shared): change VPN provider | Martin Fischer | |
2025-06-18 | feat(workstation): add shortcut to edit notes | Martin Fischer | |
2025-06-18 | feat(workstation): add ed script | Martin Fischer | |
2025-06-18 | fix(workstation): make vim use system clipboard | Martin Fischer | |
2025-06-16 | tweak(workstation): add config for XPPen tablet | Martin Fischer | |
I'm removing nixpkgs-overlays from nix.nixPath because overlays seem to work fine without it (with just nixpkgs.overlays). And keeping it would have required me to adapt the path because `nix-shell -p` was failing with "The overlays argument to nixpkgs must be a list" due to the new pkgs param. | |||
2025-06-16 | feat(workstation): add inkstitch | Martin Fischer | |
2025-06-16 | tweak(tente): set prometheus retention time to 1 year | Martin Fischer | |
2025-06-16 | tweak(server): enable passwordless sudo and remote rebuilds | Martin Fischer | |
2025-06-16 | chore: add .gitignore for result symlink | Martin Fischer | |
Generated by `sudo ./nixos/rebuild test`. | |||
2025-06-16 | deps: update nixos | Martin Fischer | |
Fixes `tokei -n commas` crashing, see https://github.com/NixOS/nixpkgs/pull/415015. | |||
2025-06-16 | deps: update to NixOS 25.05 | Martin Fischer | |
I'm not sure why the Kodi user now needs to be in the `audio` group but without it the user can only see a dummy device. | |||
2025-05-08 | feat(workstation): add inkscape | Martin Fischer | |
2025-05-04 | deps: update nixos | Martin Fischer | |
Updates Firefox from 135.0.1 to 138.0.1 | |||
2025-04-30 | deps: update spec-pub | Martin Fischer | |
2025-04-30 | deps: update geopos-link | Martin Fischer | |
2025-04-26 | feat(workstation): add nixd | Martin Fischer | |
2025-04-26 | refactor: import sources via top | Martin Fischer | |
2025-04-26 | refactor: move channel metadata to separate .toml files | Martin Fischer | |
2025-04-14 | feat(tente): add lex-surf | Martin Fischer | |
2025-04-06 | fix(tente): systemd log field name must be uppercase | Martin Fischer | |
2025-04-06 | deps: update rust-features | Martin Fischer | |
2025-04-06 | tweak(tente): normalize level in Alloy to lowercase | Martin Fischer | |
2025-04-05 | feat(tente): add rust-features | Martin Fischer | |
2025-04-05 | refactor(tente): rename domain to baseDomain | Martin Fischer | |
2025-04-02 | fix(workstation): update Zed for amdgpu bug workaround | Martin Fischer | |
2025-04-01 | feat(tente): add Gotify | Martin Fischer | |
2025-03-31 | feat(workstation): add Go | Martin Fischer | |
2025-03-27 | tweak(tente): rotate matrix nginx access logs daily | Martin Fischer | |
2025-03-27 | refactor: pass config to helpers | Martin Fischer | |
2025-03-27 | tweak(tente): increase Synapse log level to warning | Martin Fischer | |
2025-03-26 | tweak(tente): use logfmt for osm-proposals | Martin Fischer | |
2025-03-20 | tweak(tente): enable fail2ban for SSH | Martin Fischer | |
2025-03-20 | feat(tente): monitor database sizes | Martin Fischer | |
2025-03-17 | refactor(tente): put scrapeConfigs before exporters | Martin Fischer | |
2025-03-17 | refactor(tente): rename prometheusExporterPort | Martin Fischer | |
There are many different Prometheus exporters. | |||
2025-03-15 | feat(tente): add geopos.link | Martin Fischer | |
2025-03-15 | feat(workstation): add license-generator | Martin Fischer | |
2025-03-12 | feat(tente): add spec.pub | Martin Fischer | |
2025-03-12 | feat(tente): derive filetype metadata for HTTP requests | Martin Fischer | |
2025-03-12 | tente: redirect /posts/atom.xml | Martin Fischer | |
The file now has the .atom extension to make it easily recognizable in Grafana's LogQL. | |||
2025-03-12 | feat(tente): report nginx access logs to Loki | Martin Fischer | |
2025-03-12 | feat(tente): add Grafana, Loki, Alloy and Prometheus | Martin Fischer | |
2025-03-09 | feat(tente): enable tailscale | Martin Fischer | |
2025-03-09 | feat(tente): add osm-proposals | Martin Fischer | |
2025-03-09 | fix(tente): close the connection for unknown Host headers | Martin Fischer | |