From 3635d16e3304c7f53d2bcedb22b074ab52a057db Mon Sep 17 00:00:00 2001 From: joygnu Date: Sun, 18 Aug 2024 10:45:03 +0200 Subject: [PATCH] sytemd boot laptop --- hosts/laptop/default.nix | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 2c831ae..e2305e9 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -3,21 +3,8 @@ networking.hostName = "laptop"; networking.networkmanager.enable = true; - boot.loader = { - efi = { - canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; # ← use the same mount point here. - }; - grub = { - efiSupport = true; - device = "nodev"; - }; - }; - + boot.loader.systemd-boot.enable = true; - environment.systemPackages = with pkgs; [ - prismlauncher - ]; imports = [ ../../modules ./hardware.nix