diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 12:58:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 12:58:47 +0530 |
commit | d5c0a5ff4dc3936443d6bd410c6e5f71c24f3be2 (patch) | |
tree | ed5fe0b81d92faed95bbf4bfd323b94a81d42220 /common.nix | |
parent | 4e20d555b2c0019cae4ec6adff89177510f2770f (diff) |
boot: move bootloader implementation to hardware-configuration
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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} = { |