about summary refs log tree commit diff
path: root/sys/mbp.nix
Commit message (Collapse)AuthorAge
* 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/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: 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/mbp.nix: initAlyssa Ross2023-10-01