aboutsummaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
2023-02-19Prettify form feeds in EmacsTimo Wilken
2023-02-19Add get-iplayer serviceTimo Wilken
2023-02-19Simplify yt-dlp scheduling function furtherTimo Wilken
This way of trying to schedule every second day doesn't actually work. Just run every night at the same hour and randomise the minutes.
2023-02-19Use mcron's #:user instead of manual setuidTimo Wilken
2023-02-19Generate separate script for yt-dlp mcron actionTimo Wilken
2023-02-19Simplify yt-dlp scheduling functionTimo Wilken
2023-02-19Improve yt-dlp serviceTimo Wilken
- allow configuring odd or even days (useful for future get-iplayer service so they run on alternating days) - auto-update yt-dlp if not using the system package
2023-02-19Randomise yt-dlp times betterTimo Wilken
2023-02-19Use newer yt-dlp from media directoryTimo Wilken
I can't update Guix on lud, as that would update PHP and NextCloud stable doesn't support PHP 8.2 yet.
2023-02-19Add yt-dlp serviceTimo Wilken
2023-02-18Delete KDE ConnectTimo Wilken
I don't really use it for much and its theming is very broken.
2023-02-18Extract common service sets into separate modulesTimo Wilken
Common service sets (NextCloud, Matrix, WireGuard) should be in their own modules to make things neater, instead of being interleaved with operating system declarations.
2023-02-17Fix indentation for computed-fileTimo Wilken
2023-02-16Set up common work gitconfigTimo Wilken
2023-02-16Use email at own domain for git commitsTimo Wilken
2023-02-16Install git-send-email for developmentTimo Wilken
2023-02-16Specify custom background for non-default casesTimo Wilken
If this is not done, aerc uses the terminal's default background colour instead of the default case's.
2023-02-15Toggle mail flags instead of settingTimo Wilken
2023-02-15Rename disk maintenance cronjobsTimo Wilken
2023-02-15Use symbol-append to build polybar service namesTimo Wilken
2023-02-15Use aerc for mail by defaultTimo Wilken
But keep neomutt installed for now, just in case.
2023-02-15Move muttrc account change commands out of hookTimo Wilken
2023-02-14Use hosts-service-type instead of deprecated hosts-fileTimo Wilken
Also, take the opportunity to make a proper service-type for my WireGuard setup.
2023-02-08Fix neomutt XOAUTH2 setup for SMTPTimo Wilken
2023-02-08Fix SSH setup for cvmfs-alice.cern.chTimo Wilken
2023-02-07Fix kitty git difftool configurationTimo Wilken
2023-02-07Try out unattended-upgrade on laptopTimo Wilken
2023-02-06Remove verbose flag from SSH ProxyCommandTimo Wilken
2023-02-03Allow using kitty as a git difftoolTimo Wilken
Get rid of annoying syntax highlighting in "kitty +kitten diff". This doesn't work properly with my terminal colour scheme; "bw" is the least intrusive.
2023-02-03Remove automatic --all flag from git logsTimo Wilken
2023-01-27Allow access by Password Store app on phoneTimo Wilken
2023-01-27Install openssl for NextcloudTimo Wilken
2023-01-27Install Android fastbootTimo Wilken
2023-01-27Fix lxplus SSH loginTimo Wilken
2023-01-25Install curl by defaultTimo Wilken
Nextcloud might well need it.
2023-01-25Export server home env as a variableTimo Wilken
2023-01-25Export laptop home env as a variableTimo Wilken
2023-01-25Disable gnupg on serversTimo Wilken
I'm not using it at the moment, and this way I don't have to run a user-level shepherd process at all.
2023-01-24Enable autoindent in vimTimo Wilken
2023-01-24Remove guixdeploy user againTimo Wilken
It's probably better to just SSH in as root instead, seeing as the guixdeploy user can otherwise do anything as root anyway.
2023-01-24Use a basic vim instead of Emacs on serversTimo Wilken
2023-01-24Rename "lud" home to be the common "server" homeTimo Wilken
2023-01-23Export laptop system as a variableTimo Wilken
2023-01-22Add "guix deploy" configs for serversTimo Wilken
2023-01-22Rename "common" modules to be base modulesTimo Wilken
2023-01-22Export lud system as a variableTimo Wilken
2023-01-22Make backlight udev rule more idiomaticTimo Wilken
This doesn't seem to fix it, though. The backlight adjustment files are still owned by root:root.
2023-01-22Allow guixdeploy user to do anything as rootTimo Wilken
This is required to use "guix deploy".
2023-01-22Update SSH client config to use common server configTimo Wilken
This should make the SSH config more maintainable by putting things like SSH port numbers in one common place.
2023-01-22Extract common server packages and servicesTimo Wilken
This should improve maintainability a bit by combining common services running on the servers. Additionally, this parameterises common parts by servers' host names instead of the host-name-like symbols as before.