t15: enable secureboot
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
d4b12af844
commit
1d92a42c76
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue