hosts/dunamis: break up boot
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
15
hosts/dunamis/boot/loader.nix
Normal file
15
hosts/dunamis/boot/loader.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{config, ...}: {
|
||||
boot = {
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/var/lib/sbctl";
|
||||
};
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = !config.boot.lanzaboote.enable;
|
||||
consoleMode = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user