Gen 443: Organized sys folder

This commit is contained in:
pagedMov
2024-10-13 00:40:42 -04:00
parent 75ded7f870
commit 07cb5136ee
11 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
boot = {
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.configurationLimit = 10;
kernelPackages = pkgs.linuxPackages_latest;
};
}