diff options
| -rw-r--r-- | hosts/glados/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix index 8e00b5a..34dcc14 100644 --- a/hosts/glados/boot.nix +++ b/hosts/glados/boot.nix @@ -11,9 +11,11 @@ in { environment.systemPackages = with pkgs; [ sbctl + tpm2-tss ]; boot = { + initrd.systemd.enable = true; kernelPackages = pinned-kernel.pkgs.linuxPackages_6_1; kernel.sysctl = { |
