summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-02-03 12:58:47 +0530
committersinanmohd <sinan@sinanmohd.com>2024-02-03 12:58:47 +0530
commitd5c0a5ff4dc3936443d6bd410c6e5f71c24f3be2 (patch)
treeed5fe0b81d92faed95bbf4bfd323b94a81d42220 /common.nix
parent4e20d555b2c0019cae4ec6adff89177510f2770f (diff)
boot: move bootloader implementation to hardware-configuration
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 1 insertions, 5 deletions
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} = {