summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-03-12feat(tente): add Grafana, Loki, Alloy and PrometheusMartin Fischer
2025-03-09feat(tente): enable tailscaleMartin Fischer
2025-03-09feat(tente): add osm-proposalsMartin Fischer
2025-03-09fix(tente): close the connection for unknown Host headersMartin Fischer
2025-03-09tente: configure separate nginx logsMartin Fischer
2025-03-09refactor: rename lib.nix to helpers.nixMartin Fischer
To avoid confusion with nixpkgs.lib.
2025-03-09deps: update nixpkgs-unstableMartin Fischer
For Zed >0.176.1 where pyright failing to start has been fixed (https://github.com/zed-industries/zed/pull/24873).
2025-03-09chore: remove superfluous newlines at end of filesMartin Fischer
2025-03-08feat(workstation): add fastboot and go-mtpfsMartin Fischer
2025-03-02feat(workstation): add fastmodMartin Fischer
2025-02-27feat(workstation): generate wallpaper from roadmap.mdMartin Fischer
2025-02-27docs: add one-line descriptions to workstation scriptsMartin Fischer
2025-02-26chore: update deprecated Zed settingMartin Fischer
(Was done automatically by Zed.)
2025-02-24tweak(workstation): use Zed from unstableMartin Fischer
2025-02-24refactor: name npins import sourcesMartin Fischer
2025-02-24deps: updateMartin Fischer
2025-02-24chore: sort npins/sources.json alphabeticallyMartin Fischer
npins automatically changes it to this order when doing any changes.
2025-02-23tweak(workstation): make Firefox open new tabs after currentMartin Fischer
2025-02-23feat(workstation): add typst and zathuraMartin Fischer
2025-02-23feat(workstation): add zedMartin Fischer
2025-02-22feat(workstation): add platformio and dialout group for split-flapMartin Fischer
2025-02-21refactor: move user config to workstation profileMartin Fischer
2025-01-25feat(workstation): add notify-sendMartin Fischer
2025-01-25feat(workstation): add poweralertdMartin Fischer
My laptop died on me a couple times while I was working because it didn't complain about the running out battery.
2025-01-15feat(workstation): add unzipMartin Fischer
2025-01-06fix(user/zsh): set VISUAL instead of EDITORMartin Fischer
EDITOR is meant for line editors while VISUAL is meant for full-screen editors. Also most software appears to prefer VISUAL over EDITOR (e.g. git and sudoedit).
2025-01-04feat(user/vim): add djot syntax highlightingMartin Fischer
From https://github.com/jgm/djot.
2025-01-02feat(workstation): use nix from git for --raw support in nix-instantiate --evalMartin Fischer
2024-12-30feat(workstation): add element-desktopMartin Fischer
2024-12-30refactor: move postgresql config under shared/Martin Fischer
2024-12-29fix(server): disable PasswordAuthentication for opensshMartin Fischer
2024-12-29feat(ev): add qbittorrentMartin Fischer
2024-12-29feat(shared): add vpnMartin Fischer
2024-12-29ev: add kodiMartin Fischer
2024-12-29ev: add external HDDsMartin Fischer
2024-12-29ev: add zigbee2mqtt and mosquittoMartin Fischer
2024-12-28refactor(tente): declare ports in default.nixMartin Fischer
2024-12-27refactor: split up tente/default.nixMartin Fischer
2024-12-27refactor: introduce profilesMartin Fischer
2024-12-27refactor: move host configs under hosts/Martin Fischer
2024-12-27refactor: merge domains.nix into tente-configuration.nixMartin Fischer
2024-12-27fix: remove ignored tailscale.extraUpFlagsMartin Fischer
It only takes effect if authKeyFile is specified.
2024-12-24graphical: set Firefox devPixelsPerPx to 1.2Martin Fischer
2024-12-24add grim and gimpMartin Fischer
For taking screenshots and looking at them in detail.
2024-12-23graphical: tweak firefox settingsMartin Fischer