diff options
Diffstat (limited to 'hosts/glados/boot.nix')
| -rw-r--r-- | hosts/glados/boot.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix deleted file mode 100644 index 4a9af4e..0000000 --- a/hosts/glados/boot.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ - lib, - pkgs, - ... -}: { - environment.systemPackages = with pkgs; [ - sbctl - tpm2-tss - ]; - - boot = { - initrd.systemd.enable = true; - kernelPackages = pkgs.linuxPackages_latest; - - bootspec.enable = true; - loader.systemd-boot.enable = lib.mkForce false; - - lanzaboote = { - enable = true; - pkiBundle = "/etc/secureboot"; - }; - - supportedFilesystems = ["btrfs" "ntfs"]; - }; -} |
