about summary refs log tree commit diff
path: root/sys/atuin.nix
Commit message (Collapse)AuthorAge
* modules/users: restore default home directoryAlyssa Ross2023-02-08
| | | | Let's stop fighting this.
* sys/atuin: remove NATAlyssa Ross2022-10-20
| | | | I'm not sure what this was originally for. Maybe Docker?
* sys/atuin,modules/spectrum/cgit: use cgit-pinkAlyssa Ross2022-03-30
|
* Update renamed optionsAlyssa Ross2022-03-17
|
* cgit: don't diff on main pageAlyssa Ross2021-08-09
| | | | | These mostly cosmetic features cause huge impacts on load times (>10s) if there are big merges.
* sys/atuin: fix cgit "log plain blame" layoutAlyssa Ross2021-08-08
| | | | | | | | As I recall, this was added to ensure that these links were always right aligned. But since I recently applied the patch to improve cgit's HTML, the 0 width has forced each word in the column onto its own line, which makes each table row huge. So as a quick fix, remove this. I don't really mind the column not being shrunk to fit.
* sys/atuin: don't use zstd kernel compressionAlyssa Ross2021-06-10
| | | | | | pvgrub2 doesn't support zstd yet. See <https://github.com/NixOS/nixpkgs/issues/121087>.
* sys/atuin: sort importsAlyssa Ross2021-06-09
|
* modules/nixpk.gs: initAlyssa Ross2021-02-27
|
* sys/atuin: sort import listAlyssa Ross2021-02-27
|
* modules/tor,sys/atuin: fix tor deprecation warningsAlyssa Ross2021-02-27
|
* Merge commit '891f607d5301d6730cb1f9dcf3618bcb1ab7f10e'Alyssa Ross2021-01-26
|
* sys/atuin: update for new ACME moduleAlyssa Ross2021-01-12
| | | | | | | | | | | | | | | | | The new module defaults to using an "acme" group, which can replace the "tls" group I had set up before. But it will instead use the "nginx" group if using enableACME, so I have to stay away from that and only use useACMEHost, setting up the certificates manually. But that's a very good thing, because it turns out that even though I was trying to generate only two certificates (one for qyliss.net and one for spectrum-os.org), the ACME module was actually generating one per subdomain because of enableACME. Finally, now that atuin.nix is starting to be split up, and because there's less shared configuration, don't mapAttrs over Nginx virtual hosts or ACME certificates, which was confusing and forced everything to be defined at once in the same file.
* Merge commit '84d74ae9c9cbed73274b8e4e00be14688ffc93fe'Alyssa Ross2021-01-12
|
* modules/nginx: open firewallAlyssa Ross2021-01-05
|
* modules/acme: initAlyssa Ross2021-01-05
|
* modules/znc: extract nginx config from atuin.nixAlyssa Ross2021-01-05
|
* modules/spectrum/nginx: extract atuin.nix redirectsAlyssa Ross2021-01-03
|
* sys/atuin: configure spectrum-os.comAlyssa Ross2021-01-03
| | | | I was able to buy this yesterday just after it expired.
* modules/bitfolk: initAlyssa Ross2021-01-03
|
* sys/atuin: remove cgit logo from markupAlyssa Ross2021-01-02
| | | | This wasn't displayed anyway, so it was just a useless HTTP request.
* modules/git-http-backend: initAlyssa Ross2021-01-02
| | | | This adds configuration to make git clone use smart HTTP. :)
* modules/spectrum/cgit: initAlyssa Ross2021-01-02
| | | | It's very good to finally have this out of sys/atuin.nix.
* modules/cgit: initAlyssa Ross2021-01-02
| | | | | | This will make it easier to move things out of the big nginx configuration in atuin.nix, and puts all the fiddly nginx setup for cgit in one place.
* 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/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/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
|
* Merge commit 'a2e06fc3423c4be53181b15c28dfbe0bcf67dd73'Alyssa Ross2020-04-01
|
* sys/atuin: move wireguard keys out of ~qylissAlyssa Ross2019-10-15
|
* sys/atuin: initAlyssa Ross2019-09-16