Lots more Jupiter changes, wireless for all by default, no more earlyoom

This commit is contained in:
Bun 2025-04-28 22:57:47 -04:00
parent 5cdd5989dd
commit e6ab43c882
15 changed files with 113 additions and 65 deletions

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_latest;
loader.systemd-boot.enable = true;
plymouth.enable = true;
};