summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
30 hoursfeat(workstation): add golangci-lintHEADmasterMartin Fischer
33 hourstweak(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
3 daystweak(workstation): turn format_on_save off by default in ZedMartin Fischer
7 daystweak(shared): change VPN providerMartin Fischer
11 daystweak(inkscape): adapt pages.csvMartin Fischer
11 daysrefactor: add default inkscape/pages.csvMartin Fischer
11 daysfeat(workstation): add shortcut to edit notesMartin Fischer
11 daysfeat(workstation): add ed scriptMartin Fischer
11 daysfix(workstation): make vim use system clipboardMartin Fischer
11 daysfix(vim): set linebreakMartin Fischer
13 daystweak(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.
13 daysfeat(workstation): add inkstitchMartin Fischer
13 daystweak(tente): set prometheus retention time to 1 yearMartin Fischer
13 daystweak(server): enable passwordless sudo and remote rebuildsMartin Fischer
13 dayschore: add .gitignore for result symlinkMartin Fischer
Generated by `sudo ./nixos/rebuild test`.
13 daysdeps: update nixosMartin Fischer
Fixes `tokei -n commas` crashing, see https://github.com/NixOS/nixpkgs/pull/415015.
13 daysdeps: 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-05-01docs: explain hostnames in READMEMartin Fischer
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-04-01feat(colematik): add Turkish lettersMartin Fischer
2025-04-01refactor(colematik): use NoSymbol to avoid repetitionMartin Fischer
2025-03-31feat(workstation): add GoMartin Fischer
2025-03-31tweak(zsh): move CARGO_HOME and NPM_CONFIG_PREFIX under ~/.local/shareMartin Fischer
As per XDG Base Directory specification.
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-17tweak(user/git): add br alias and sort branches by committerdateMartin Fischer
2025-03-16tweak(user/sway): only hide parenthesized text in roadmap wallpaperMartin Fischer
To enable the shown list item to contain spaces.
2025-03-15feat(tente): add geopos.linkMartin Fischer
2025-03-15feat(workstation): add license-generatorMartin Fischer
2025-03-12feat(tente): add spec.pubMartin Fischer