summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
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} = {