about summary refs log tree commit diff
path: root/sys
Commit message (Collapse)AuthorAge
* sys/atuin.nix: remove unused memory limitsAlyssa Ross2024-04-10
| | | | These services no longer exist.
* sys/atuin.nix: disable default initramfs modulesAlyssa Ross2024-04-10
| | | | | initramfs is getting too big to fit in atuin's gravely undersized /boot.
* sys/atuin: disable torAlyssa Ross2024-04-10
| | | | I don't have the spare CPU for this any more. :(
* sys/mbp.nix: remove libwebp hack revertAlyssa Ross2024-03-22
| | | | | | | nixos-apple-silicon now has a special case for the coreutils test suite, which conflicts with this patch. I think that's worse than just reverting it, but it's too hard to figure out how to get it not to apply that patch.
* Update xkb option namesAlyssa Ross2024-02-20
|
* sys/mbp.nix: set hardware.asahi.withRustAlyssa Ross2024-02-13
| | | | | | | For some reason, the kernel is being built with Rust support anyway. Setting this option will include nixos-apple-silicon's patches to fix the build with the current Rust compiler, which will be required next Nixpkgs update.
* sys/atuin.nix: don't redirect to unknown hostsAlyssa Ross2024-01-23
| | | | Link: https://github.com/NixOS/nixpkgs/issues/277271
* sys/atuin.nix: serve Spectrum files from /srvAlyssa Ross2024-01-18
| | | | | This is where stuff like release tarballs can live, without filling up the Git repo.
* sys/hoshi.nix: set right monitor scale to 3Alyssa Ross2024-01-16
| | | | | I'm streaming in 720p, so the stream monitor should be that logical resolution.
* modules/streaming: initAlyssa Ross2024-01-16
|
* sys/mbp.nix: blacklist appledrmAlyssa Ross2024-01-02
|
* Merge https://github.com/tpwrules/nixos-apple-siliconAlyssa Ross2023-12-21
|
* sys/mbp.nix: use drm fix from linux.gitAlyssa Ross2023-12-14
|
* sys/mbp.nix: remove DRM debuggingAlyssa Ross2023-12-14
| | | | No longer necessary now that the issue is fixed.
* sys/mbp.nix: remove structuredExtraConfigAlyssa Ross2023-12-07
| | | | This doesn't do anything, as we're using a hard-coded config file.
* sys/mbp.nix: set up drm debuggingAlyssa Ross2023-11-29
|
* sys/mbp.nix: update drm fixAlyssa Ross2023-11-29
|
* sys/mbp.nix: patch kernel for drm freezeAlyssa Ross2023-11-26
|
* sys/mbp.nix: add /var/tmp submoduleAlyssa Ross2023-11-05
| | | | | systemd must have started creating this as a submodule recently. It was preventing @ from being emptied on boot.
* sys/hoshi.nix: set nixpkgs.hostPlatformAlyssa Ross2023-10-22
|
* sys/hoshi.nix: initAlyssa Ross2023-10-22
|
* sys: set hostPlatformAlyssa Ross2023-10-02
|
* sys/mbp.nix: fix erasing /Alyssa Ross2023-10-02
| | | | | | | | | | | | Just deleting the "boot" subvolume stopped working, because deleting a subvolume isn't recursive with respect to child subvolumes, and systemd started creating more subvolumes. The fix is to add another subvolume under /persist for /var/lib/portables, and add another special bind-mounted subvolume for /tmp, so it's not actually below /, and have that also be deleted on boot. I've also taken the opportunity to rename "boot", because it was easy to confuse with /boot.
* sys/mbp.nix: set compose key to right altAlyssa Ross2023-10-02
| | | | | Losing right alt is far from ideal, so this is only applied for this system.
* sys/mbp.nix: disable openglAlyssa Ross2023-10-02
| | | | There are no drivers for this, so there's no point enabling them.
* sys: remove obsolete systemsAlyssa Ross2023-10-01
| | | | RIP.
* sys/mbp.nix: initAlyssa Ross2023-10-01
|
* sys: disable swraidAlyssa Ross2023-09-14
| | | | | | | This is enabled by default for older state versions, and now generates an annoying warning. Link: https://github.com/NixOS/nixpkgs/pull/123466#issuecomment-1712934780
* sys/atuin: switch to PVH bootAlyssa Ross2023-08-30
| | | | | | This means I can drop the custom kernel build. Link: https://tools.bitfolk.com/wiki/PVH
* sys/atuin: remove graphical GRUB stuffAlyssa Ross2023-08-30
| | | | This frees up precious space in /boot.
* modules/persistence/systemd: persist machine-idAlyssa Ross2023-08-23
|
* overlays/personal: remove pushmailAlyssa Ross2023-08-08
| | | | | This has basically been superseded by the Nixpkgs tracking issue, and doesn't compile with modern rustc.
* Merge branch 'nixos-unstable' of https://github.com/NixOS/nixpkgsAlyssa Ross2023-06-16
| | | | | | | | | | | | | | | | | | | | | | Conflicts: nixpkgs/nixos/modules/config/console.nix nixpkgs/nixos/modules/services/mail/mailman.nix nixpkgs/nixos/modules/services/mail/public-inbox.nix nixpkgs/nixos/modules/services/mail/rss2email.nix nixpkgs/nixos/modules/services/networking/ssh/sshd.nix nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix nixpkgs/pkgs/applications/networking/irc/weechat/default.nix nixpkgs/pkgs/applications/window-managers/sway/default.nix nixpkgs/pkgs/build-support/go/module.nix nixpkgs/pkgs/build-support/rust/build-rust-package/default.nix nixpkgs/pkgs/development/interpreters/python/default.nix nixpkgs/pkgs/development/node-packages/overrides.nix nixpkgs/pkgs/development/tools/b4/default.nix nixpkgs/pkgs/servers/dict/dictd-db.nix nixpkgs/pkgs/servers/mail/public-inbox/default.nix nixpkgs/pkgs/tools/security/pinentry/default.nix nixpkgs/pkgs/tools/text/unoconv/default.nix nixpkgs/pkgs/top-level/all-packages.nix
* sys/atuin: add more loopback hostsAlyssa Ross2023-06-05
|
* modules/server/mail: initAlyssa Ross2023-06-05
|
* modules/pushmail: initAlyssa Ross2023-06-05
|
* sys/atuin: pin to PostgreSQL 13Alyssa Ross2023-06-05
|
* sys/atuin: /lists/postorius -> /lists/mailmanAlyssa Ross2023-06-05
| | | | Changed in mailman-web 0.0.2.
* modules/x220: generate GRUB configAlyssa Ross2023-02-08
| | | | I'm using GRUB in Coreboot now, so it needs a config file.
* modules/audio: initAlyssa Ross2023-02-08
|
* 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
|