From d5c0a5ff4dc3936443d6bd410c6e5f71c24f3be2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 3 Feb 2024 12:58:47 +0530 Subject: boot: move bootloader implementation to hardware-configuration --- common.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 4da5dbb..c2695ab 100644 --- a/common.nix +++ b/common.nix @@ -26,11 +26,7 @@ in boot = { tmp.useTmpfs = true; - loader = { - timeout = 1; - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; - }; + loader.timeout = 1; }; users.users.${user} = { -- cgit v1.2.3