aboutsummaryrefslogtreecommitdiff
path: root/tw/system
AgeCommit message (Collapse)Author
2024-08-24Archive daily electricity consumption data from EnedisTimo Wilken
Extract personal data collection programs into a separate service, and add one that fetches electricity consumption data daily.
2024-08-24Try to fix Minecraft crashesTimo Wilken
2024-08-24Back up Minecraft data automaticallyTimo Wilken
2024-08-05Specify containerd-service-type manually, as is now requiredTimo Wilken
It is required by docker-service-type, but not activated automatically anymore, presumably to force manual configuration.
2024-08-05Allow serving git repos from untrusted pathsTimo Wilken
I'm setting the base path anyway, and no untrusted user controls anything in there.
2024-07-12Use Wayland desktop on Framework desktopTimo Wilken
2024-07-11Wayland-based desktop supportTimo Wilken
Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics.
2024-07-04Fix system package installation on ludTimo Wilken
Previously, this led to e.g. coreutils not being installed system-wide. Switch to not specifying the `operating-system-packages' field at all and just use `profile-service-type'. This also lets me move Nextcloud-specific packages into the appropriate service module.
2024-06-05Install system packages using profile-service-typeTimo Wilken
2024-05-28Set up Minecraft serverTimo Wilken
2024-05-13Integrate CERN laptop configuration into main system configTimo 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-24Upstream i3 can now do gapsTimo Wilken
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-20Re-encrypt frm secrets with SSH host keyTimo Wilken
2024-02-25Add Paperless-ngx serviceTimo Wilken
2024-02-22Blacklist broken usblp printer driver moduleTimo Wilken
2024-02-16Clean up backups from new machinesTimo Wilken
2024-02-16Back up user data on new machinesTimo Wilken
2024-02-11Specify database user for ledgerplotTimo Wilken
2024-02-11Fix execl/execlp usageTimo Wilken
`execlp' does not allow omitting argv[0], so there's no point to using it -- we always have the full binary path anyway.
2024-02-11Simplify cgit about-filter programTimo Wilken
2024-02-11Update ledgerplot and fetch exchange rates on weeknightsTimo Wilken
2024-02-11Use the less memory-hungry ledgerplot instead of hledger-dashboardTimo Wilken
2024-01-15Use published channel on work machineTimo Wilken
2024-01-14Fix WLAN device name on btlTimo Wilken
2024-01-14Configure CPU scheduler on frmTimo Wilken
2024-01-14Add user SSH key for btlTimo Wilken
2024-01-13Fix /home partition on btlTimo Wilken
2024-01-13Move common firmware to separate moduleTimo Wilken
2024-01-13Support AMD RZ616 WiFi card in installer imageTimo Wilken
2024-01-13Fix file system UUIDs on btlTimo Wilken
2024-01-12Configure new machine, `btl'Timo Wilken
2024-01-11Escape HTML properly when processing plaintext READMEsTimo Wilken
2024-01-07Highlight code in cgit and show READMEsTimo Wilken
2023-12-26Move to SSDs on ludTimo Wilken
2023-12-15Use restricted git shell for git userTimo Wilken
2023-12-13Expose Grafana externallyTimo Wilken
2023-12-13Revert kernel update on lapTimo Wilken
The NVIDIA module is only built against linux-lts, and fails to compile against linux.
2023-12-12Remove default kernel configurationTimo Wilken
2023-12-12Move to latest kernel on lapTimo Wilken
2023-12-11Serve "proper" git HTTPS remote on git.twilken.netTimo Wilken
...and move cgit to cgit.twilken.net to accommodate this.
2023-12-07Thermald does not support AMD CPUsTimo Wilken
2023-11-30Tweak cgit overview pageTimo Wilken
2023-11-29Give cgit automatic access to git reposTimo Wilken
2023-11-29Fix cgit clone prefixesTimo Wilken
2023-11-29Serve Git repos over SSH and back them upTimo Wilken