about summary refs log tree commit diff
path: root/sys
Commit message (Collapse)AuthorAge
* sys/eve: set console.earlySetupAlyssa Ross2020-08-22
| | | | | This copies fonts into the initrd, so the font can be sized correctly before asking for a disk decryption password.
* sys/eve: increase console font sizeAlyssa Ross2020-08-15
|
* sys/atuin: cgit: remove yellow box around notesAlyssa Ross2020-06-16
| | | | | | This looked horrible. Notes already follow a "Notes" header, so I don't think they need to be further distinguished from the commit message.
* sys/eve: initAlyssa Ross2020-05-12
|
* modules/keyboard: drop evscriptAlyssa Ross2020-05-11
| | | | | I pretty much never ended up never using the Caps Lock key as control, so let's just make it always be escape.
* sys/atuin: enable public-inboxAlyssa Ross2020-05-10
|
* sys/atuin: enable Tor relay on IPv6Alyssa Ross2020-05-09
|
* Revert "sys/atuin: garbage collect with 5G remaining"Alyssa Ross2020-05-09
| | | | | | | | | | This reverts commit 8976c88bcc0f8540bb87f877960b94bf3c5a435d. This seems to trigger some extremely broken Nix behaviour where it will take big pauses between every build, getting longer each time until it's just hanging. I'll take having to garbage collect manually over that, thanks.
* sys/atuin: enable tarballs in cgitAlyssa Ross2020-05-09
|
* sys/atuin: set home directory to /home/qylissAlyssa Ross2020-05-09
|
* sys/atuin: add missing wireguard endpoint addressAlyssa Ross2020-05-09
| | | | | | Without this, a connection would only be established when the peer connection to atuin. If atuin tried to connect before that, it would fail.
* sys/x220: remove redundant podman module importAlyssa Ross2020-04-16
| | | | | This is already included by modules/workstation, which is included by modules/workstation/physical.
* sys/atuin: add Spectrum cgitAlyssa Ross2020-04-15
|
* modules/ftp: initAlyssa Ross2020-04-15
|
* sys/atuin: add custom cgit CSSAlyssa Ross2020-04-15
|
* sys/atuin: configure cgitAlyssa Ross2020-04-15
|
* sys/atuin: install cgit man pagesAlyssa Ross2020-04-15
|
* sys/atuin: fix fastcgi_params overridesAlyssa Ross2020-04-15
| | | | | | | It turns out you can't just selectively override these. You need to re-specify all of them every time you want to change any of them. I don't want to have to do that, hence the overrideFastcgiParams function.
* sys/atuin: redirect spectrum wwws to bare domainAlyssa Ross2020-04-15
|
* sys/atuin: redirect spectrumos.org with 301Alyssa Ross2020-04-15
| | | | | Nginx defaults to 302 Found, but 301 Moved Permanently is more appropriate here.
* sys/atuin: garbage collect with 5G remainingAlyssa Ross2020-04-15
|
* sys/atuin: add spectrum group for spectrum reposAlyssa Ross2020-04-15
|
* modules/xmpp: initAlyssa Ross2020-04-15
|
* sys/atuin: add tls groupAlyssa Ross2020-04-15
| | | | | This will allow services other than nginx to access the ACME TLS certificates.
* sys/atuin: increase tor bandwidth quotaAlyssa Ross2020-04-15
| | | | Bitfolk doubled atuin's quota, and we can use most of that for Tor. :3
* sys/atuin: alphabetize nginx domains listAlyssa Ross2020-04-15
|
* sys/atuin: disable systemd emergency modeAlyssa Ross2020-04-15
| | | | | Getting to the serial console of this machine is hard. It's better if it keeps trying to boot.
* sys/atuin: switch to ZFSAlyssa Ross2020-04-15
|
* sys/x220: switch to LTS kernelAlyssa Ross2020-04-15
| | | | ZFS :(
* Merge commit 'a2e06fc3423c4be53181b15c28dfbe0bcf67dd73'Alyssa Ross2020-04-01
|
* sys/x220: migrate to ZFSAlyssa Ross2020-01-09
|
* sys/atuin: move wireguard keys out of ~qylissAlyssa Ross2019-10-15
|
* sys/atuin: initAlyssa Ross2019-09-16
|
* sys/x220: boot from HeadsAlyssa Ross2019-09-16
|
* sys/x220: set boot.cleanTmpDirAlyssa Ross2019-08-25
|
* sys: add build file for all systemsAlyssa Ross2019-07-09
| | | | | | This file can be given to nix-build(1), which will then build all defined systems. Useful for testing changes on one system haven't broken the build of another.
* modules/physical: initAlyssa Ross2019-07-09
| | | | Some config didn't make sense to be included in a VM.
* sys/x220: disable hyperthreadingAlyssa Ross2019-05-17
|
* modules/podman: initAlyssa Ross2019-04-27
|
* sys/x220: fix keyboard device nameAlyssa Ross2019-04-13
| | | | I think this changed on a kernel upgrade.
* keyboard: map caps lock to control/escapeAlyssa Ross2019-02-18
|
* sys/x220: improve systemd-boot screen resolutionAlyssa Ross2019-02-10
|
* Add configAlyssa Ross2019-01-27