From 1d92a42c76099dd8e7ee0e9852c6b2f315f6594c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 19 Mar 2024 20:26:16 +0100 Subject: [PATCH] t15: enable secureboot Signed-off-by: Harald Hoyer --- systems/x86_64-linux/t15/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/systems/x86_64-linux/t15/default.nix b/systems/x86_64-linux/t15/default.nix index 07c6801..82f46ae 100644 --- a/systems/x86_64-linux/t15/default.nix +++ b/systems/x86_64-linux/t15/default.nix @@ -1,6 +1,4 @@ -{ pkgs, lib, ... }: -with lib; -with lib.plusultra; +{ ... }: { imports = [ ./hardware-configuration.nix ]; @@ -11,7 +9,7 @@ with lib.plusultra; nix.enable = true; nix.extra-substituters."https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="; podman.enable = true; - secureboot.enable = false; + secureboot.enable = true; }; system.autoUpgrade = {