t15: enable secureboot

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-19 20:26:16 +01:00
parent d4b12af844
commit 1d92a42c76

View file

@ -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 = {