From 7beb3f3347e3934277bfcf6248896316f322288a Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 3 May 2023 14:08:38 +0200 Subject: [PATCH] ucy b --- nixos/hosts/hades/lucy/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/hades/lucy/configuration.nix b/nixos/hosts/hades/lucy/configuration.nix index 5a52481..2cb5388 100644 --- a/nixos/hosts/hades/lucy/configuration.nix +++ b/nixos/hosts/hades/lucy/configuration.nix @@ -20,7 +20,9 @@ networking.firewall.allowedTCPPorts = [ ]; - boot.loader.grub.enable = true; - boot.loader.grub.version = 2; - boot.loader.grub.device = "/dev/sda"; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot/efi"; + + }