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