diff --git a/nixos/hosts/GLaDOS/configuration.nix b/nixos/hosts/GLaDOS/configuration.nix index 92d77a9..46c497c 100644 --- a/nixos/hosts/GLaDOS/configuration.nix +++ b/nixos/hosts/GLaDOS/configuration.nix @@ -133,17 +133,17 @@ ''; }; - loader.systemd-boot.enable = false; + loader.systemd-boot.enable = true; initrd.systemd.enable = true; kernelPackages = pkgs.linuxPackages_latest; supportedFilesystems = ["btrfs" "bcachefs"]; binfmt.emulatedSystems = ["aarch64-linux"]; - lanzaboote = { - enable = true; - pkiBundle = "/var/lib/sbctl"; - }; + # lanzaboote = { + # enable = true; + # pkiBundle = "/var/lib/sbctl"; + # }; extraModprobeConfig = '' ''; };