aboutsummaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
2024-05-18Update Powder Toy to 98.2.365Timo Wilken
2024-05-18Fix Simutrans command line for 124.0Timo Wilken
2024-05-18Update Simutrans and pak128 to 124.0 and 2.9Timo Wilken
This Simutrans version now uses the XDG standard by default.
2024-05-15Laptop-specific configuration for CERN machineTimo Wilken
2024-05-13Integrate CERN laptop configuration into main system configTimo Wilken
2024-05-13Fix monitor names for new CERN laptopTimo Wilken
2024-05-08Fix bootstrapping issue at setupTimo Wilken
2024-05-08Update CERN machine to be new laptopTimo Wilken
2024-04-25Disable broken ddcci-driver-linux moduleTimo Wilken
The package fails to build: https://issues.guix.gnu.org/62668
2024-04-24Provide argv[0] for polybarTimo Wilken
2024-04-24Upstream i3 can now do gapsTimo Wilken
2024-04-23Guix includes nss-certs by default nowTimo Wilken
2024-04-12Bind aerc keys for new UTA accountTimo Wilken
2024-04-12Add UTA email accountTimo Wilken
2024-04-09Configure ATLAS git identityTimo Wilken
2024-03-30Uniformly proxy WebSocket connections and enable for GrafanaTimo Wilken
2024-03-29Also patch Guix configuration for serversTimo Wilken
Just like for desktop systems.
2024-03-29Fix Framework Laptop display flashing white after a whileTimo Wilken
This seems to happen randomly, usually after a fair bit of use, though more frequently if I'm on a Jitsi call after about 30m-1h. Perhaps some video memory corruption. Framework community posts seem to indicate the kernel parameter in this commit should fix it.
2024-03-27Configure channels through guix-configurationTimo Wilken
In recent versions, it seems Guix silently overwrites any custom /etc/guix/channels.scm file, so configure channels though Guix' configuration.
2024-03-27Set timezone in addition to localtimeTimo Wilken
2024-03-26Trust NetworkManager to set Wi-Fi regulatory domainTimo Wilken
2024-03-23Fix timezone-setting scriptTimo Wilken
It seems ipapi.co now requires a User-Agent header, else requests immediately get rate limited. Also improve error handling, and use streaming mode to fix mystery errors, as `http-get' choked on a bytevector response where it expected a string.
2024-03-20Re-encrypt frm secrets with SSH host keyTimo Wilken
2024-03-20Assign external WireGuard port to btlTimo Wilken
2024-03-15Update szio-solitaire to 1.1Timo Wilken
2024-03-14Update python-alibuild to 1.17.0rc2Timo Wilken
2024-03-12Revert to custom aerc themeTimo Wilken
The upstream one is too low-contrast.
2024-03-10Back up Unity game dataTimo Wilken
This is Rail Route and Kerbal Space Program.
2024-03-10Track guix-gaming-channels configurationTimo Wilken
2024-03-10Generate PNG desktop background directlyTimo Wilken
This avoids having to copy the image to different machines.
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
2024-03-09Hide company modes from Emacs modelineTimo Wilken
2024-03-09Replace corfu with companyTimo Wilken
Corfu was throwing weird errors on completion sometimes. It also doesn't play well with evil-mode, often breaking the "escape" key.
2024-03-08Give catppuccin themes proper revision numbersTimo Wilken
2024-03-08Use upstream aerc catppuccin themeTimo Wilken
2024-03-08Start async editor in i3Timo Wilken
This means there aren't any pointless "emacsclient" processes hanging around. In interactive environments, we have ASYNC_EDITOR set anyway.
2024-03-08Update hashicorp-packer to 1.10.2Timo Wilken
2024-03-06Update python-alibuild to 1.17.0rc1Timo Wilken
2024-03-03Improve Emacs evil searchTimo Wilken
2024-03-01Activate home-dbus service only in graphical environmentsTimo Wilken
It's annoying on servers, because logging in via SSH spawns a new Shepherd + dbus instance each time.
2024-02-29Update ledgerplot to 1.1.2Timo Wilken
2024-02-28Package Rail Route game using guix-gaming-channelsTimo Wilken
2024-02-26Make Paperless handle PDF files more gracefullyTimo Wilken
2024-02-25Protect against container failing to startTimo Wilken
2024-02-25Reverse proxy tweaks for PaperlessTimo Wilken
* Allow large uploads through nginx * Pass though WebSocket connections
2024-02-25Add Paperless-ngx serviceTimo Wilken
2024-02-25Set environment variables in the outer envTimo Wilken
Curl doesn't recognise variables set only through php-fpm's configuration.
2024-02-25Explicitly set PATH for php-fpmTimo Wilken
This doesn't seem to be set by default (any more?). Nextcloud complains about PATH being empty.
2024-02-25Set environment variables in php-fpm configurationTimo Wilken
...instead of relying on them to be passed through from the outer environment. PHP-FPM doesn't always do that, including when it's configured as in Guix.
2024-02-22Blacklist broken usblp printer driver moduleTimo Wilken