Update boot for EDI, put the boot for GLaDOS in her own file now

This commit is contained in:
Lillian Violet 2024-02-03 18:10:52 +01:00
parent e5f30c5f52
commit e53b87ced1
4 changed files with 15 additions and 9 deletions

View file

@ -39,7 +39,13 @@
networking.hostName = "EDI";
boot.bootspec.enable = true;
boot = {
loader.systemd-boot.enable = lib.mkForce false;
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
};
# Enable bluetooth hardware
hardware.bluetooth.enable = true;