summaryrefslogtreecommitdiff
path: root/tw
AgeCommit message (Collapse)Author
2023-11-29Give cgit automatic access to git reposTimo Wilken
2023-11-29Configure git.twilken.net SSH accessTimo Wilken
2023-11-29Fix cgit clone prefixesTimo Wilken
2023-11-29Serve Git repos over SSH and back them upTimo Wilken
2023-11-29Remove duplicate nginx MIME typeTimo Wilken
2023-11-29Fix nginx syntax for reverse proxiesTimo Wilken
2023-11-29Serve cgit on git.twilken.netTimo Wilken
2023-11-29Simplify nginx certificate deployment hookTimo Wilken
2023-11-29Migrate Nextcloud from Apache to nginxTimo Wilken
2023-11-28Revert to upstream steam-containerTimo Wilken
The grafted libx11 has been ungrafted, so the package replacement is no longer needed.
2023-11-27Disable flymake-collection Python checkersTimo Wilken
These seem to slow down large buffers a lot, and eglot already does linting.
2023-11-23Specify custom battery/adapter names for polybarTimo Wilken
2023-11-22Basic home declaration for frmTimo Wilken
2023-11-22Remove obsolete commentTimo Wilken
2023-11-22Authorise signing key for frmTimo Wilken
2023-11-22Unify system declarations for lap and frmTimo Wilken
2023-11-22Move to ed25519 SSH keys on end-user devicesTimo Wilken
2023-11-21Allow SSH access to end-user machinesTimo Wilken
This is useful for communicating between the two laptops.
2023-11-21Update installer systemsTimo Wilken
As used during installation of frm.twilken.net.
2023-11-21Fix CSS indentTimo Wilken
2023-11-21Package neomutt's mutt_oauth2.py scriptTimo Wilken
This gets rid of the last git submodule.
2023-11-21Package Catppuccin themes instead of using git submodulesTimo Wilken
This makes administrating this repo easier, and the home environment can be reconfigured without having to add the checkout to the guile load path.
2023-11-21Fix spacing in (tw packages catppuccin)Timo Wilken
2023-11-21Install MT7922 firmware on Framework laptopTimo Wilken
2023-11-21Update python-alibuild to v1.15.3Timo Wilken
2023-11-21Enable MT7921E module for AMD RZ616 Wi-Fi cardTimo Wilken
2023-11-20Manage new Framework laptopTimo Wilken
2023-11-20Make WireGuard service install its own secrets automaticallyTimo Wilken
2023-11-20Package wgmineTimo Wilken
2023-11-20Update Hashicorp packagesTimo Wilken
2023-11-15Fix zsh service extensionTimo Wilken
2023-11-14Add Dash docsets for more languagesTimo Wilken
2023-11-14Fix enabling aggressive-indent-mode in Common Lisp modeTimo Wilken
2023-11-14Load Lisp project automatically when entering REPLTimo Wilken
2023-11-12Extend home services where possibleTimo Wilken
This should make it easier to move to a proper service-type for this in the future.
2023-11-11Add `ggm' command to show a log since branching off from masterTimo Wilken
2023-11-11Install fixed Steam launcher in home profileTimo Wilken
This can run Cities:Skylines with "Steam Linux Runtime 1.0 (scout)" as a forced Steam compatibility tool. Installing it here is easier than launching Steam from the command line every time.
2023-11-10Make graphical services depend on new x11-display serviceTimo Wilken
This should avoid spam from failing services when logging in on a TTY.
2023-11-10Set up Ansible development environmentTimo Wilken
2023-11-09Bookmark aido2osx[78] in vinagreTimo Wilken
2023-11-08Fix copy-pasted Wireguard keys on ludTimo Wilken
2023-11-08Update python-alibuild to 1.15.2Timo Wilken
2023-11-08Track secrets on ludTimo Wilken
2023-11-08Track renaming of restic passwordsTimo Wilken
2023-11-08Track restic and wireguard secrets on vinTimo Wilken
2023-11-08Use age for secrets encryptionTimo Wilken
2023-11-07Follow upstream dunst -> wm module renameTimo Wilken
2023-11-07Fix actionlint buffer detectionTimo Wilken
In multi-mode yaml buffers, e.g. parts of alidist-mode buffers, `buffer-file-name' returns nil instead, which previously raised an error here.
2023-11-05Add secrets serviceTimo Wilken
Allow managing secrets and passwords using Guix. Secrets are encrypted in the Guix channel repository and decrypted using a single host key at activation time.
2023-11-05Fix `match-record' indentationTimo Wilken