why?
This commit is contained in:
parent
16fa4956e5
commit
a5b5ea7f59
28 changed files with 164 additions and 123 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib, config, pkgs, ... }: let
|
||||
inherit (lib) mkIf mkForce;
|
||||
in mkIf config.withSecureBoot {
|
||||
inherit (config) conf;
|
||||
in mkIf conf.secureboot.enable {
|
||||
environment.systemPackages = [ pkgs.sbctl ];
|
||||
|
||||
boot.loader.systemd-boot.enable = mkForce false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue