From 9e9999f2a97f1b4c9d36a2588871e2b26f5ffff1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 18 Aug 2022 00:32:39 +0200 Subject: Luna: Add /boot encryption --- hosts/configuration.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'hosts/configuration.nix') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 2254651..ebcafeb 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -10,13 +10,17 @@ boot = { loader = { - systemd-boot = { - enable = true; - editor = false; - }; efi = { - efiSysMountPoint = "/boot"; canTouchEfiVariables = true; + efiSysMountPoint = "/boot/efi"; + }; + grub = { + enable = true; + version = 2; + efiSupport = true; + device = "nodev"; + enableCryptodisk = true; + splashImage = null; }; timeout = 0; }; -- cgit 1.4.1