aboutsummaryrefslogtreecommitdiff
path: root/nixos/profiles
AgeCommit message (Collapse)Author
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-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(workstation): add man-pages packageMartin Fischer
Handy for ascii(7).
2026-05-24tweak(workstation): add nixpkgs-unstable to NIX_PATHMartin 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-17deps: update zed 0.218.6 -> 1.1.7Martin Fischer
ESLint didn't work. With the new version it works.
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-03-02feat(workstation): add ankiMartin Fischer
2026-02-28feat(workstation): make ed respect .gitignoreMartin Fischer
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-25feat(workstation): add rsqlite scriptMartin 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-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-16feat(ev): add Actual BudgetMartin Fischer
2026-01-06feat(workstation): serve ~/.local/wwwMartin Fischer
2026-01-06refactor: move scripts to cmd50Martin Fischer
2026-01-06chore: remove no longer used set-wallpaper scriptMartin Fischer
2026-01-06tweak(firefox): set zoomValues based on devPixelsPerPxMartin Fischer
2026-01-06fix(docs): terminal font size is in pt not pxMartin Fischer
2026-01-06deps: update nixos, nixos-small and nixpkgs-unstableMartin Fischer
For hamac: age: 1.2.1 -> 1.3.1 chromium: 142.0.7444.175 -> 143.0.7499.169 element-desktop: 1.12.3 -> 1.12.6 firefox: 145.0.2 -> 146.0.1 go: 1.25.4 -> 1.25.5 imagemagick: 7.1.2-8 -> 7.1.2-9 jujutsu: 0.35.0 -> 0.36.0 krita: 5.2.13 -> 5.2.14 mpv: 0.40.0 -> 0.41.0 networkmanager: 1.54.1 -> 1.54.3 thunderbird: 145.0 -> 146.0.1 wireshark-qt: 4.6.0 -> 4.6.2 zed-editor: 0.214.7 -> 0.217.3 For ev: grafana-loki: 3.5.8 -> 3.6.3 miniflux: 2.2.14 -> 2.2.15 For tente: grafana: 12.3.0 -> 12.3.1 grafana-loki: 3.5.8 -> 3.6.3 lego: 4.27.0 -> 4.29.0 matrix-conduit: 0.10.9 -> 0.10.11 rocksdb: 10.5.1 -> 10.7.5
2025-12-26refactor: introduce Services and Monitoring sectionsMartin Fischer
2025-12-14feat: automatic backupsMartin Fischer
2025-12-14feat(workstation): add nixfmtMartin Fischer
2025-12-11tweak(firefox): disable sidebar.revampMartin Fischer
2025-12-11refactor: move firefox config to own moduleMartin Fischer
2025-12-11fix: enable documentation.man.generateCachesMartin Fischer
2025-12-10feat(hamac): add hugo-notes serviceMartin Fischer
2025-12-07tweak(workstation): tune Firefox preferencesMartin Fischer
2025-12-07refactor(workstation): set Firefox preferences via extraPrefsMartin Fischer
2025-12-07deps: update to NixOS 25.11Martin Fischer
For headscale I'm now setting override_local_dns to false because starting it was failing with: loading configuration: Fatal config error: dns.nameservers.global must be set when dns.override_local_dns is true I'm enabling the postgres user to connect to all databases in order to run: sudo su postgres -c "psql miniflux -c 'drop extension hstore'" which was necessary for the miniflux update (couldn't run it as the miniflux user since it's a systemd dynamic user). For hamac: android-tools: 35.0.1 -> 35.0.2 bash-interactive: 5.2p37 -> 5.3p3 bcache-tools: 1.0.8 -> 1.1 bluez: 5.80 -> 5.84 chromium: 142.0.7444.162 -> 142.0.7444.175 coreutils-full: 9.7 -> 9.8 cryptsetup(bin): 2.7.5 -> 2.8.1 curl(bin): 8.14.1 -> 8.17.0 dconf: 0.40.0 -> 0.49.0 direnv: 2.36.0 -> 2.37.1 docker-compose: 2.36.0 -> 2.39.4 e2fsprogs(bin): 1.47.2 -> 1.47.3 firefox: 145.0 -> 145.0.2 fontconfig(bin): 2.16.0 -> 2.17.1 foot: 1.22.3 -> 1.25.0 fuse(bin): 2.9.9, 3.16.2 -> 2.9.9, 3.17.4 gimp: 2.10.38 -> 3.0.4 git: 2.50.1 -> 2.51.2 gnugrep: 3.11 -> 3.12 go: 1.24.9 -> 1.25.4 grim: 1.4.1 -> 1.5.0 hugo: 0.147.3 -> 0.152.2 i3status-rust: 0.33.2 -> 0.34.0 imv: 4.5.0 -> 5.0.1 iproute2: 6.14.0 -> 6.17.0 jq(bin): 1.7.1 -> 1.8.1 just: 1.40.0 -> 1.43.1 kbd: 2.7.1 -> 2.9.0 kexec-tools: 2.0.29 -> 2.0.32 krita: 5.2.11 -> 5.2.13 less: 668 -> 679 libcap: 2.75 -> 2.77 libnotify: 0.8.6 -> 0.8.7 libressl(man): 4.1.1 -> 4.2.1 libressl(nc): 4.1.1 -> 4.2.1 linux-pam: 1.6.1 -> 1.7.1 lvm2(bin): 2.03.31 -> 2.03.35 man-db: 2.13.0 -> 2.13.1 mkpasswd: 5.6.4 -> 5.6.5 modemmanager: 1.22.0 -> 1.24.0 mtools: 4.0.48 -> 4.0.49 nano: 8.6 -> 8.7 networkmanager: 1.52.1 -> 1.54.1 nix: 2.28.5 -> 2.31.2 nixd: 2.6.4 -> 2.7.0 nodejs: 22.20.0 -> 22.21.1 openresolv: 3.13.2 -> 3.17.0 openssh: 10.0p2 -> 10.2p1 patch: 2.7.6 -> 2.8 pciutils: 3.13.0 -> 3.14.0 pipewire: 1.4.7 -> 1.4.9 podman: 5.4.1 -> 5.7.0 python3: 3.12.12, 3.13.5 -> 3.13.9 python3.13(doc): 3.13.5 -> 3.13.9 ripgrep: 14.1.1 -> 15.1.0 rustup: 1.27.1 -> 1.28.2 shadow: 4.17.4 -> 4.18.0 skim: 0.20.4 -> 0.20.5 sqlite-interactive(bin): 3.48.0 -> 3.50.4 sway: 1.10.1 -> 1.11 swaylock: 1.8.2 -> 1.8.4 systemd: 257.10 -> 258.2 tailscale: 1.82.5 -> 1.90.9 thunderbird: 144.0.1 -> 145.0 typst: 0.13.1 -> 0.14.0 upower: 1.90.6 -> 1.90.10 util-linux(bin): 2.41.1 -> 2.41.2 vim: 9.1.1566 -> 9.1.1869 vim-full: 9.1.1566 -> 9.1.1869 vscodium: 1.104.16282 -> 1.106.27818 wireguard-tools: 1.0.20210914 -> 1.0.20250521 wireplumber: 0.5.10 -> 0.5.12 wireshark-qt: 4.4.7 -> 4.6.0 xdg-desktop-portal-wlr: 0.7.1 -> 0.8.0 zathura-with-plugins: 0.5.11 -> 0.5.13 zed-editor: 0.189.5 -> 0.214.7 For ev: grafana-alloy: 1.8.3 -> 1.11.3 grafana-loki: 3.4.5 -> 3.5.8 kodi: 21.2 -> 21.3 miniflux: 2.2.13 -> 2.2.14 navidrome: 0.56.1 -> 0.58.0 node_exporter: 1.9.1 -> 1.10.2 pipewire: 1.4.7 -> 1.4.9 postgresql-and-plugins: 16.10 -> 16.11 qbittorrent-nox: 5.1.0 -> 5.1.4 tailscale: 1.82.5 -> 1.90.9 wireguard-tools: 1.0.20210914 -> 1.0.20250521 wireplumber: 0.5.10 -> 0.5.12 zigbee2mqtt: 1.42.0 -> 2.6.3 For tente: gitolite: 3.6.13 -> 3.6.14 grafana-alloy: 1.8.3 -> 1.11.3 grafana-loki: 3.4.5 -> 3.5.8 grafana: 12.0.6 -> 12.3.0 headscale: 0.25.1 -> 0.27.1 node_exporter: 1.9.1 -> 1.10.2 openresolv: 3.13.2 -> 3.17.0 openssh: 10.0p2 -> 10.2p1 postgresql-and-plugins: 16.10 -> 16.11 tailscale: 1.82.5 -> 1.90.9
2025-11-17feat(workstation): add (nix-)direnvMartin Fischer
2025-11-16deps: use a more recent inkstitchMartin Fischer
This includes two already upstreamed contributions from me: 1. fixes trims not being written 2. adding a "rotate on export" file setting
2025-10-05fix(workstation): fix missing cursor iconsMartin Fischer
2025-10-05refactor(workstation): specify sway extras explicitlyMartin Fischer
This gets rid of these packages on hamac: libasyncns 0.8 pulseaudio 17.0 swayidle 1.8.0
2025-08-26feat(workstation): add bluezMartin Fischer
2025-08-17feat(workstation): add hugoMartin Fischer
2025-08-15fix: remove unused networkmanager pluginsMartin Fischer
The network manager plugins pulled in GTK on tente. This gets rid of 186 packages on tente and 50 on ev.
2025-08-15deps: update nixosMartin Fischer
chromium: 138.0.7204.100 -> 139.0.7258.66 element-desktop: 1.11.105 -> 1.11.109 firefox: 140.0.4 -> 141.0.3 gcc-wrapper: 14.2.1.20250322 -> 14.3.0 git: 2.49.0 -> 2.50.1 go: 1.24.4 -> 1.24.5 jujutsu: 0.29.0 -> 0.31.0 krita: 5.2.9 -> 5.2.11 mkpasswd: 5.6.2 -> 5.6.4 networkmanager: 1.52.0 -> 1.52.1 nodejs: 22.16.0 -> 22.17.1 pipewire: 1.4.5 -> 1.4.7 skim: 0.18.0 -> 0.20.4 sudo: 1.9.17p1 -> 1.9.17p2 systemd: 257.6 -> 257.7 thunderbird: 139.0.2 -> 141.0 util-linux(bin): 2.41 -> 2.41.1 util-linux(man): 2.41 -> 2.41.1 vim: 9.1.1336 -> 9.1.1566 vim-full: 9.1.1336 -> 9.1.1566
2025-07-21feat(workstation): add jujutsuMartin Fischer
2025-07-14feat(workstation): add wiresharkMartin Fischer