This commit is contained in:
mjallen18
2024-10-24 11:08:13 -05:00
parent 768fafe442
commit ca8065c851
9 changed files with 266 additions and 152 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{ pkgs,... }:
let
configLimit = 5;
kernel = pkgs.linuxPackages_latest;
kernel = pkgs.unstable.linuxPackages_latest;
in
{
# Configure bootloader with lanzaboot and secureboot
@@ -45,7 +45,8 @@ in
];
systemd = {
enable = true;
tpm2.enable = true;
# tpm2.enable = true;
enableTpm2 = true;
};
};
};