aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-20Raise OPcache memory limitTimo Wilken
Requested by Nextcloud's self-check.
2023-05-20Clean up phone backupsTimo Wilken
2023-05-20Add restic cleanup serviceTimo Wilken
2023-05-20Rename `restic-backup-repository' to allow for cleanup reposTimo Wilken
2023-05-16Install openssl for ledgerplotTimo Wilken
2023-05-15Back up media directoriesTimo Wilken
2023-05-15Add script to set timezone from the networkTimo Wilken
2023-05-15Remove NTP constraintTimo Wilken
We trust ip-time-*.cern.ch anyway.
2023-05-05Set up project-modeTimo Wilken
2023-05-05Add keybinding for which-key-show-top-levelTimo Wilken
2023-05-05Use make-forkexec-constructor instead of -system-Timo Wilken
2023-05-03Update actTimo Wilken
2023-05-03Update Hashicorp packagesTimo Wilken
2023-05-01Rename source-built pak128 packageTimo Wilken
It's now the standard one.
2023-05-01Build pak128 completely from sourceTimo Wilken
2023-05-01Add comments from failed gexp-ing attemptTimo Wilken
2023-05-01Build simutrans with the right name in the first placeTimo Wilken
2023-04-30Split makeobj off from SimutransTimo Wilken
2023-04-30Clean up (tw packages games)Timo Wilken
Widelands 1.1 is now packaged upstream.
2023-04-30Update Powder Toy recipeTimo Wilken
- update to only available Meson package - use git sources instead of autogenerated tarball (guix lint) - install manpage first - fix synopsis (guix lint)
2023-04-30Configure regular restic backupsTimo Wilken
2023-04-28Use proper SSL cert pathTimo Wilken
This avoids relying on nss-certs being installed system-wide.
2023-04-26Fix yamllint buildTimo Wilken
2023-04-26Add vc-mode-related key bindingsTimo Wilken
2023-04-26Improve counsel-dash handlingTimo Wilken
2023-04-25Restic REST server is now an upstream packageTimo Wilken
2023-04-25Update vinagre bookmarks with new MacsTimo Wilken
2023-04-25Fix references to moved Guix packagesTimo Wilken
They're now in (gnu packages golang).
2023-04-24Improve Emacs data file locationsTimo Wilken
Move `native-compile-target-directory' setup to early-init.el to avoid clutter, and move a couple more data dirs to ~/.local/share.
2023-04-23Move gpg-agent config changes to the right placeTimo Wilken
Also, delete leftover unused file.
2023-04-22Reinstate vdirsyncer cronjobsTimo Wilken
With a long-enough TTL on the passwords in gpg-agent, this should work without popping up a password prompt every half hour.
2023-04-22Set SSL CA cert locations for Nextcloud cronTimo Wilken
2023-04-21Configure restic environmentTimo Wilken
2023-04-21Remove unused importTimo Wilken
2023-04-21Let aerc handle XOAUTH itselfTimo Wilken
This should be more reliable than using mutt_oauth2 and fighting aerc's caching of the passphrase. This also fixes sending emails from the Cantab and Outlook accounts.
2023-04-21Use new openssh-host-proxy fieldTimo Wilken
The openssl-host-proxy-command field is deprecated by Guix.
2023-04-21Fix file locationsTimo Wilken
2023-04-21Install actionlintTimo Wilken
2023-04-21Preserve vinagre (remote desktop) bookmarksTimo Wilken
2023-04-21Fix restic-server setupTimo Wilken
2023-04-21Draft of restic server deploymentTimo Wilken
2023-04-21Add initial restic-server codeTimo Wilken
2023-04-21Zsh-related packages have been upstreamedTimo Wilken
2023-04-21Install ncdu and electrumTimo Wilken
2023-04-21Fix aerc ExOl SMTP setupTimo Wilken
Apparently, smtp-starttls=true is not recognised; use =yes instead.
2023-04-21Add Ed25519 phone keyTimo Wilken
2023-04-21Allow access for Syncopoli backups from phoneTimo Wilken
2023-04-21Merge diverged work and home branchesTimo Wilken
This took some work, particularly when re-merging the diverged OpenSSH configs and duplicate home services between lap.scm/home.scm and cern.scm.
2023-04-20Split work and home aerc configs apartTimo Wilken
2023-04-18Fix sending ExOl mailTimo Wilken