about summary refs log tree commit diff
path: root/sys
Commit message (Collapse)AuthorAge
* modules/persistence: initAlyssa Ross2023-02-08
| | | | | These are separated from the main configurations for these services because not all systems use this setup.
* sys/x220: enable bluetoothAlyssa Ross2023-02-08
|
* sys/x220: sort importsAlyssa Ross2023-02-08
|
* modules/users: restore default home directoryAlyssa Ross2023-02-08
| | | | Let's stop fighting this.
* sys/x220: re-install with non-persistent btrfsAlyssa Ross2023-02-08
|
* sys/x220: reset nix max-jobsAlyssa Ross2023-02-08
| | | | | Limiting this to two was a product of when I had hyperthreading disabled, I believe.
* sys/x220: use default CPU frequency governorAlyssa Ross2023-02-08
| | | | I'm not sure why I set this. It forced the CPU to 800 MHz.
* sys/atuin: remove NATAlyssa Ross2022-10-20
| | | | I'm not sure what this was originally for. Maybe Docker?
* Merge commit '00e27c78d3d2de6964096ceee8d70e5b487365e3'Alyssa Ross2022-03-31
| | | | | | | | | | Conflicts: nixpkgs/nixos/modules/system/boot/systemd.nix nixpkgs/pkgs/applications/networking/browsers/firefox/common.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/common.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/default.nix nixpkgs/pkgs/applications/version-management/git-and-tools/cgit/pink.nix nixpkgs/pkgs/top-level/all-packages.nix
* sys/atuin,modules/spectrum/cgit: use cgit-pinkAlyssa Ross2022-03-30
|
* Update renamed optionsAlyssa Ross2022-03-17
|
* sys/eve: switch to systemd-bootAlyssa Ross2022-02-21
|
* Merge commit 'b3c692172e5b5241b028a98e1977f9fb12eeaf42'Alyssa Ross2021-09-13
|
* 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/eve: use unstable zfsAlyssa Ross2021-06-24
| | | | Stable doesn't support Linux 5.12 yet.
* sys/eve: fix backlight adjustmentAlyssa Ross2021-06-13
|
* sys/eve: use linuxPackages_latestAlyssa Ross2021-06-13
|
* 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/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
|