Lots more moves, simplifiactions to options and removed code that peeved me off

This commit is contained in:
Bun 2025-03-18 09:02:34 -04:00
parent 2d2c569705
commit 384e510647
25 changed files with 59 additions and 76 deletions

View file

@ -1,4 +1,8 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
boot = {
kernelPackages = pkgs.linuxPackages_latest;
lanzaboote.enable = true;
plymouth.enable = true;
};
}

View file

@ -24,7 +24,6 @@
system = {
desktop.enable = true;
lanzaboote.enable = true;
fancyboot.enable = true;
stateVersion = "24.11";
};
}