diff options
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} = { |