faucet(boot): set up sbctl unconditionally
This commit is contained in:
parent
ae3d904493
commit
25239a30f4
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ in {
|
|||
};
|
||||
|
||||
# symlink for sbctl
|
||||
environment.etc.secureboot = mkIf cfg.lanzaboote { source = sbPath; };
|
||||
#environment.systemPackages = optional cfg.lanzaboote pkgs.sbctl;
|
||||
environment.etc.secureboot.source = sbPath;
|
||||
environment.systemPackages = [ pkgs.sbctl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue