summaryrefslogtreecommitdiff
path: root/nixos
AgeCommit message (Collapse)Author
46 hoursfix: 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.
2 daysdeps: 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
2025-07-14deps: update nixosMartin 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
2025-07-14feat(workstation): add vdfMartin Fischer
2025-07-10tweak(workstation): use mpv without yt-dlp dependencyMartin Fischer
2025-06-28feat(workstation): add golangci-lintMartin Fischer
2025-06-28tweak(workstation): switch from tokei to sccMartin 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-23tweak(shared): change VPN providerMartin Fischer
2025-06-18feat(workstation): add shortcut to edit notesMartin Fischer
2025-06-18feat(workstation): add ed scriptMartin Fischer
2025-06-18fix(workstation): make vim use system clipboardMartin Fischer
2025-06-16tweak(workstation): add config for XPPen tabletMartin 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-16feat(workstation): add inkstitchMartin Fischer
2025-06-16tweak(tente): set prometheus retention time to 1 yearMartin Fischer
2025-06-16tweak(server): enable passwordless sudo and remote rebuildsMartin Fischer
2025-06-16chore: add .gitignore for result symlinkMartin Fischer
Generated by `sudo ./nixos/rebuild test`.
2025-06-16deps: update nixosMartin Fischer
Fixes `tokei -n commas` crashing, see https://github.com/NixOS/nixpkgs/pull/415015.
2025-06-16deps: update to NixOS 25.05Martin 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-08feat(workstation): add inkscapeMartin Fischer
2025-05-04deps: update nixosMartin Fischer
Updates Firefox from 135.0.1 to 138.0.1
2025-04-30deps: update spec-pubMartin Fischer
2025-04-30deps: update geopos-linkMartin Fischer
2025-04-26feat(workstation): add nixdMartin Fischer
2025-04-26refactor: import sources via topMartin Fischer
2025-04-26refactor: move channel metadata to separate .toml filesMartin Fischer
2025-04-14feat(tente): add lex-surfMartin Fischer
2025-04-06fix(tente): systemd log field name must be uppercaseMartin Fischer
2025-04-06deps: update rust-featuresMartin Fischer
2025-04-06tweak(tente): normalize level in Alloy to lowercaseMartin Fischer
2025-04-05feat(tente): add rust-featuresMartin Fischer
2025-04-05refactor(tente): rename domain to baseDomainMartin Fischer
2025-04-02fix(workstation): update Zed for amdgpu bug workaroundMartin Fischer
2025-04-01feat(tente): add GotifyMartin Fischer
2025-03-31feat(workstation): add GoMartin Fischer
2025-03-27tweak(tente): rotate matrix nginx access logs dailyMartin Fischer
2025-03-27refactor: pass config to helpersMartin Fischer
2025-03-27tweak(tente): increase Synapse log level to warningMartin Fischer
2025-03-26tweak(tente): use logfmt for osm-proposalsMartin Fischer
2025-03-20tweak(tente): enable fail2ban for SSHMartin Fischer
2025-03-20feat(tente): monitor database sizesMartin Fischer
2025-03-17refactor(tente): put scrapeConfigs before exportersMartin Fischer
2025-03-17refactor(tente): rename prometheusExporterPortMartin Fischer
There are many different Prometheus exporters.
2025-03-15feat(tente): add geopos.linkMartin Fischer
2025-03-15feat(workstation): add license-generatorMartin Fischer
2025-03-12feat(tente): add spec.pubMartin Fischer
2025-03-12feat(tente): derive filetype metadata for HTTP requestsMartin Fischer
2025-03-12tente: redirect /posts/atom.xmlMartin Fischer
The file now has the .atom extension to make it easily recognizable in Grafana's LogQL.
2025-03-12feat(tente): report nginx access logs to LokiMartin Fischer